You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
492 B
14 lines
492 B
8 months ago
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index dffa003..f868ebf 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -96,7 +96,7 @@ endif()
|
||
|
|
||
|
|
||
|
include(CMakePackageConfigHelpers)
|
||
|
-set(CONFIG_PACKAGE_LOCATION "${CMAKE_INSTALL_DATADIR}/Bcg729/cmake")
|
||
|
+set(CONFIG_PACKAGE_LOCATION "${CMAKE_INSTALL_DATADIR}/Bcg729/cmake" CACHE PATH "CMake configuration file location")
|
||
|
write_basic_package_version_file(
|
||
|
"${CMAKE_CURRENT_BINARY_DIR}/Bcg729ConfigVersion.cmake"
|
||
|
VERSION ${PACKAGE_VERSION}
|