aboutsummaryrefslogtreecommitdiff
path: root/science/dakota/files/patch-cmake_DakotaVersionUtils.cmake
blob: 247002af29ac766a8537c67b9672add05589e66d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cmake/DakotaVersionUtils.cmake.orig	2021-02-10 05:46:56 UTC
+++ cmake/DakotaVersionUtils.cmake
@@ -28,7 +28,7 @@ macro(dakota_version_from_git)
 
   # Building in a Git repo or a source package?
   set(DAKOTA_VERSION_file_path)
-  set(DAKOTA_GIT_checkout FALSE)
+  set(DAKOTA_GIT_checkout TRUE)
 
   if(EXISTS ${Dakota_SOURCE_DIR}/.git)