Skip to content

Commit d3bc677

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4283069 commit d3bc677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/MacroRootDict.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ macro (COMPILEDIR libname)
420420
if (CMAKE_SYSTEM_NAME MATCHES "Windows")
421421
set_target_properties(${libname} PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS
422422
TRUE)
423-
elseif(CMAKE_SYSTEM_NAME MATCHES "Darwin")
423+
elseif (CMAKE_SYSTEM_NAME MATCHES "Darwin")
424424
install(
425425
TARGETS ${libname}
426426
RUNTIME DESTINATION bin

0 commit comments

Comments
 (0)