Commit 22ed2ce6 authored by Andreas Schuh's avatar Andreas Schuh

fix: Include utils by file instead of CMAKE_MODULE_PATH search

parent f8a0efe0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment