Skip to content

Commit 7c291af

Browse files
committed
Fix badly-formatted comment.
1 parent 78a1d13 commit 7c291af

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
@@ -167,7 +167,7 @@ function(build_external_dependencies)
167167
set(CMAKE_SUB_CONFIGURE_OPTIONS ${CMAKE_SUB_CONFIGURE_OPTIONS}
168168
-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded)
169169
endif()
170-
else() // dynamic (DLL) runtime
170+
else() # dynamic (DLL) runtime
171171
set(CMAKE_SUB_CONFIGURE_OPTIONS ${CMAKE_SUB_CONFIGURE_OPTIONS}
172172
-DCMAKE_C_FLAGS_RELEASE="/MD"
173173
-DCMAKE_CXX_FLAGS_RELEASE="/MD"

0 commit comments

Comments
 (0)