Skip to content

Commit 20432ca

Browse files
committed
suppress CMake rerun
This avoids writing to the same generate.stamp while building UMF by not rerunning CMakeLists.txt
1 parent f0a34f6 commit 20432ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR)
66
# needed when UMF is used as an external project
77
set(UMF_CMAKE_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
8+
set(CMAKE_SUPPRESS_REGENERATION true)
89

910
list(APPEND CMAKE_MODULE_PATH "${UMF_CMAKE_SOURCE_DIR}/cmake")
1011
# Use full path of the helpers module (to omit potential conflicts with others)

0 commit comments

Comments
 (0)