Skip to content

Commit 8a2c9bc

Browse files
committed
Fix obvious typo... = /.
rdar://40541972
1 parent 24abeca commit 8a2c9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
2020
endif()
2121

2222
if(SWIFT_BENCHMARK_SUBCMAKE_BUILD)
23-
precondition(SWIFT_BENCHMARK_BUILD_STANDALONE
23+
precondition(SWIFT_BENCHMARK_BUILT_STANDALONE
2424
MESSAGE "If we are a subcmake build, we must be built standalone")
2525
endif()
2626

0 commit comments

Comments
 (0)