Skip to content

Commit

Permalink
simplify statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-vogel authored and uwerat committed Dec 21, 2023
1 parent cba9421 commit 426e208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/QskConfigMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ macro(qsk_initialize_build_flags)
add_compile_options( -Wall -Wextra )
else()
# add_compile_options(/W4 /WX)
add_compile_options($<$<CXX_COMPILER_ID:MSVC>:/MP>)
add_compile_options(/MP)
endif()

endmacro()
Expand Down

0 comments on commit 426e208

Please sign in to comment.