Browse Source

Merge branch 'fix/cmake_config_file' into 'master'

Add missing install location for cmake config file

See merge request BC/public/bcg729!9
keep-around/3f201ff2471c9764f11b15d1f99ba8aeb1a38094
Nicolas Michon 6 years ago
parent
commit
3f201ff247
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      CMakeLists.txt

+ 1
- 0
CMakeLists.txt View File

@ -92,6 +92,7 @@ export(EXPORT Bcg729Targets
)
configure_package_config_file(Bcg729Config.cmake.in
"${CMAKE_CURRENT_BINARY_DIR}/Bcg729Config.cmake"
INSTALL_DESTINATION ${CONFIG_PACKAGE_LOCATION}
NO_SET_AND_CHECK_MACRO
)


Loading…
Cancel
Save