Skip to content

Commit a7ce7de

Browse files
committed
added MADNESS_DISABLE_WORLD_GET_DEFAULT cmake option
1 parent 00f8a89 commit a7ce7de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ endif()
9292
option(TA_BUILD_UNITTEST "Causes building TiledArray unit tests" OFF)
9393
option(TA_EXPERT "TiledArray Expert mode: disables automatically downloading or building dependencies" OFF)
9494

95+
option(MADNESS_DISABLE_WORLD_GET_DEFAULT "Disable the use of madness::World::get_gefault" OFF)
96+
9597
# Enable shared library support options
9698
get_property(SUPPORTS_SHARED GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS)
9799
option(ENABLE_SHARED_LIBRARIES "Enable shared libraries" ON)

0 commit comments

Comments
 (0)