Skip to content

Commit 8ab4999

Browse files
committed
WIP: more proper
Signed-off-by: Máté Tokodi [email protected]
1 parent 8fce4f7 commit 8ab4999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/walrus.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ IF (WALRUS_GC)
7171
SET (CMAKE_CXX_COMPILER_ID "Clang")
7272
ENDIF()
7373
ADD_SUBDIRECTORY (third_party/GCutil)
74-
IF (RESET_COMPILER_ID)
74+
IF (DEFINED RESET_COMPILER_ID)
7575
SET (CMAKE_CXX_COMPILER_ID ${RESET_COMPILER_ID})
7676
ENDIF()
7777
SET (WALRUS_LIBRARIES ${WALRUS_LIBRARIES} gc-lib)

0 commit comments

Comments
 (0)