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 8fce4f7 commit 8ab4999Copy full SHA for 8ab4999
build/walrus.cmake
@@ -71,7 +71,7 @@ IF (WALRUS_GC)
71
SET (CMAKE_CXX_COMPILER_ID "Clang")
72
ENDIF()
73
ADD_SUBDIRECTORY (third_party/GCutil)
74
- IF (RESET_COMPILER_ID)
+ IF (DEFINED RESET_COMPILER_ID)
75
SET (CMAKE_CXX_COMPILER_ID ${RESET_COMPILER_ID})
76
77
SET (WALRUS_LIBRARIES ${WALRUS_LIBRARIES} gc-lib)
0 commit comments