fix: Include utils by file instead of CMAKE_MODULE_PATH search
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Sat, 26 Nov 2016 15:37:45 +0000 (15:37 +0000)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Sat, 26 Nov 2016 16:01:46 +0000 (16:01 +0000)
CMakeLists.txt

index 3fd9d70..db965cf 100644 (file)
@@ -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