aboutsummaryrefslogtreecommitdiffstats
path: root/science/openmc/files/patch-CMakeLists.txt
blob: a07a4413bce5f1eb87567e249c5e7efe6c87c637 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- CMakeLists.txt.orig	2022-08-20 16:50:43 UTC
+++ CMakeLists.txt
@@ -211,7 +211,7 @@ if(GIT_FOUND AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.
 endif()
 
 # Check to see if submodules exist (by checking one)
-if(NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/vendor/pugixml/CMakeLists.txt")
+if(FALSE AND NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/vendor/pugixml/CMakeLists.txt")
   message(FATAL_ERROR "The git submodules were not downloaded! GIT_SUBMODULE was \
     turned off or failed. Please update submodules and try again.")
 endif()