You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/CMakeLists.txt
+16-16
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ endif()
31
31
32
32
set(LEAN_EXTRA_LINKER_FLAGS ""CACHESTRING"Additional flags used by the linker")
33
33
set(LEAN_EXTRA_CXX_FLAGS ""CACHESTRING"Additional flags used by the C++ compiler")
34
-
set(LEAN_TEST_VARS "LEAN_CC_COMPILER_LAUNCHER=${CMAKE_C_COMPILER_LAUNCHER}LEAN_CC=${CMAKE_C_COMPILER}"CACHESTRING"Additional environment variables used when running tests")
34
+
set(LEAN_TEST_VARS "LEAN_CC=${CMAKE_C_COMPILER}"CACHESTRING"Additional environment variables used when running tests")
35
35
36
36
if (NOTCMAKE_BUILD_TYPE)
37
37
message(STATUS"No build type selected, default to Release")
@@ -572,6 +572,21 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Windows")
0 commit comments