diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-07-20 22:50:49 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-07-20 22:50:49 +0200 |
commit | ee2067d0383ee2a45e9730402120310bde634ea5 (patch) | |
tree | f07cb22478d12fd0d0c8311c6b6386f6bcf32144 /CMakeLists.txt | |
parent | 40df603f9f4153b4d8a962644938025244f34ddc (diff) | |
parent | 92f95384ce4b4a198b1fea93272201421f7b9a39 (diff) |
Merge remote-tracking branch 'gerrit/master' into dabdab_4.0.3dab_4.0.2dab_4.0.1dab_4.0.0dab_3.99.3dab/4.0.3dab/4.0.2dab/4.0.1dab/4.0.0dab/3.99.34.0.34.0.24.0.14.0.03.99.3dab
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4eadb8b..a909234 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.3) include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/config.cmake) -include(${PROJECT_APP_TEMPLATES_DIR}/cmake/common.cmake) +include(${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_APP_TEMPLATES_DIR}/cmake/common.cmake) # Bindings to compile # -------------------- |