We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c608df + 5fe73c0 commit 463a48fCopy full SHA for 463a48f
CMakeLists.txt
@@ -7,7 +7,8 @@ cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR)
7
set(UMF_CMAKE_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
8
9
list(APPEND CMAKE_MODULE_PATH "${UMF_CMAKE_SOURCE_DIR}/cmake")
10
-include(helpers)
+# Use full path of the helpers module (to omit potential conflicts with others)
11
+include(${UMF_CMAKE_SOURCE_DIR}/cmake/helpers.cmake)
12
13
# We use semver aligned version, set via git tags. We parse git output to
14
# establih the version of UMF to be used in CMake, Win dll's, and within the
0 commit comments