We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbe903 commit 1d43744Copy full SHA for 1d43744
lib/CMakeLists.txt
@@ -198,7 +198,7 @@ target_compile_options(elements PRIVATE
198
199
if (MSVC)
200
# Kinda silly to have to do this: https://bit.ly/2ZXjzzn
201
- STRING(REGEX REPLACE "/W3" "/W4" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
+ STRING(REGEX REPLACE "/W3" "/W4" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
202
endif()
203
204
if (APPLE)
0 commit comments