Skip to content

Commit 8158b25

Browse files
committed
Fix another cmake typo.
1 parent aa7cb0e commit 8158b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/external_rules.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function(build_external_dependencies)
153153
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
154154
set(CMAKE_SUB_BUILD_OPTIONS ${CMAKE_SUB_BUILD_OPTIONS}
155155
--config Debug)
156-
else
156+
else()
157157
set(CMAKE_SUB_BUILD_OPTIONS ${CMAKE_SUB_BUILD_OPTIONS}
158158
--config Release)
159159
endif()

0 commit comments

Comments
 (0)