Skip to content

Commit 6ca48c6

Browse files
HuaHuaYwgtmac
andcommitted
Update CMakeLists.txt
Co-authored-by: Gang Wu <[email protected]>
1 parent 5098306 commit 6ca48c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if(ICEBERG_BUILD_TESTS)
5656
message(FATAL_ERROR "If using ICEBERG_TEST_LINKAGE=shared, must also pass ICEBERG_BUILD_SHARED=ON")
5757
endif()
5858
if(ICEBERG_TEST_LINKAGE STREQUAL "static" AND NOT ICEBERG_BUILD_STATIC)
59-
message(FATAL_ERROR "If using ICEBERG_TEST_LINKAGE=static, must also pass ICEBERG_BUILD_STATIC=on")
59+
message(FATAL_ERROR "If using ICEBERG_TEST_LINKAGE=static, must also pass ICEBERG_BUILD_STATIC=ON")
6060
endif()
6161
endif()
6262

0 commit comments

Comments
 (0)