diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-28 16:38:10 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | c507519d3fdecd4ffa78b59541138a6346248b94 (patch) | |
tree | 2c4c7701dfd27c0cff82c66b254e50b8a4d57b89 /cmake/cmake.d/01-variables.cmake | |
parent | 9f8370aa1e20d93e598f60141ab8c2c917007c25 (diff) |
Move variable definition to the right place.
Change-Id: I36c0ff6d5b65b5da1258bb9807a5476cba2e4280
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'cmake/cmake.d/01-variables.cmake')
-rw-r--r-- | cmake/cmake.d/01-variables.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/cmake.d/01-variables.cmake b/cmake/cmake.d/01-variables.cmake index 8d4f0d1..123c0f6 100644 --- a/cmake/cmake.d/01-variables.cmake +++ b/cmake/cmake.d/01-variables.cmake @@ -45,6 +45,9 @@ if(NOT WIN32) set(BoldWhite "${Esc}[1;37m") endif() +# (BUG!!!) as PKG_CONFIG_PATH does not work [should be en env variable] +set(PKG_CONFIG_USE_CMAKE_PREFIX_PATH ON CACHE BOOLEAN "Flag for using prefix path") + # Native packaging name set(NPKG_PROJECT_NAME agl-${PROJECT_NAME}) |