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 00f8a89 commit a7ce7deCopy full SHA for a7ce7de
CMakeLists.txt
@@ -92,6 +92,8 @@ endif()
92
option(TA_BUILD_UNITTEST "Causes building TiledArray unit tests" OFF)
93
option(TA_EXPERT "TiledArray Expert mode: disables automatically downloading or building dependencies" OFF)
94
95
+option(MADNESS_DISABLE_WORLD_GET_DEFAULT "Disable the use of madness::World::get_gefault" OFF)
96
+
97
# Enable shared library support options
98
get_property(SUPPORTS_SHARED GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS)
99
option(ENABLE_SHARED_LIBRARIES "Enable shared libraries" ON)
0 commit comments