Skip to content

Commit 3e1987a

Browse files
authored
Update CMakeLists.txt
1 parent 7b26c01 commit 3e1987a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,8 @@ macro(createSingleASL name sourcedir sources)
356356
set_property(TARGET ${name} PROPERTY
357357
MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
358358
endif()
359+
endif()
360+
if(MSVC)
359361
target_compile_options(${name} PRIVATE
360362
/wd4013 /wd4018 /wd4101 /wd4244 /wd4273 /wd4267 /wd4996)
361363
else()

0 commit comments

Comments
 (0)