]> OCCT Git - occt.git/commitdiff
Fixed Salome compilation problem on Windows by M.Bernhard
authorjfa <jfa@opencascade.com>
Fri, 9 Feb 2024 12:29:15 +0000 (12:29 +0000)
committerjfa <jfa@opencascade.com>
Fri, 9 Feb 2024 12:29:15 +0000 (12:29 +0000)
adm/cmake/occt_defs_flags.cmake

index 3d989abcd4365cf0a97ca0f642f28069eeb176dd..fddf3e8effaa1ddeae863ddfa9f77fe106c60507 100644 (file)
@@ -26,7 +26,7 @@ endif()
 
 if (MSVC)
   # suppress C26812 on VS2019/C++20 (prefer 'enum class' over 'enum')
-  set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /fp:precise /wd\"26812\"")
+  set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /fp:precise /wd26812")
   # suppress warning on using portable non-secure functions in favor of non-portable secure ones
   add_definitions (-D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_DEPRECATE)
 else()