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 fac4111 commit ed18024Copy full SHA for ed18024
CMakeLists.txt
@@ -7,7 +7,7 @@ set ( CMAKE_BUILD_TYPE "Release"
7
set_property ( CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS ${CMAKE_CONFIGURATION_TYPES} )
8
9
# Add option and check environment to determine if developer tests should be run
10
-if(ENV{OPENCOARRAYS_DEVELOPER})
+if(DEFINED ENV{OPENCOARRAYS_DEVELOPER})
11
option(RUN_DEVELOPER_TESTS "Run tests intended only for developers" ON)
12
else()
13
option(RUN_DEVELOPER_TESTS "Run tests intended only for developers" OFF)
0 commit comments