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.
1 parent f0a34f6 commit fade618Copy full SHA for fade618
CMakeLists.txt
@@ -5,6 +5,7 @@
5
cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR)
6
# needed when UMF is used as an external project
7
set(UMF_CMAKE_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
8
+set(CMAKE_SUPPRESS_REGENERATION true)
9
10
list(APPEND CMAKE_MODULE_PATH "${UMF_CMAKE_SOURCE_DIR}/cmake")
11
# Use full path of the helpers module (to omit potential conflicts with others)
0 commit comments