diff options
author | Andreas Schuh <andreas.schuh.84@gmail.com> | 2016-11-26 15:37:45 +0000 |
---|---|---|
committer | Andreas Schuh <andreas.schuh.84@gmail.com> | 2016-11-26 16:01:46 +0000 |
commit | 22ed2ce6c8e38cd390517ddf96276d8cc199df12 (patch) | |
tree | b50ed0dec55d2b120e84cadd9024ecf1e05988fc | |
parent | f8a0efe03aa69b3336d8e228b37d4ccb17324b88 (diff) | |
download | gflags-22ed2ce6c8e38cd390517ddf96276d8cc199df12.tar.gz gflags-22ed2ce6c8e38cd390517ddf96276d8cc199df12.tar.bz2 gflags-22ed2ce6c8e38cd390517ddf96276d8cc199df12.zip |
fix: Include utils by file instead of CMAKE_MODULE_PATH search
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fd9d70..db965cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,8 +78,7 @@ endif () # ---------------------------------------------------------------------------- # includes -set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") -include (utils) +include ("${CMAKE_CURRENT_SOURCE_DIR}/cmake/utils.cmake") # ---------------------------------------------------------------------------- # package information |