Skip to content

Commit

Permalink
Fix for some MSHTML sdk version compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
QbProg committed Jun 28, 2018
1 parent 3c2c0a5 commit 4995f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENDIF()
ADD_DEFINITIONS("/W4 /wd4456 /wd4458 /MP /Oy- /EHsc")
IF(MSVC AND ${MSVC_VERSION} GREATER 1910 AND CRASHRPT_BUILD_CPP17)
MESSAGE("Using /std:c++17 mode and /permissive-")
ADD_DEFINITIONS("/std:c++17 /permissive-")
ADD_DEFINITIONS("/std:c++17 /permissive- /Zc:strictStrings-")
ENDIF()

if(MSVC_VERSION LESS 1910 )
Expand Down

0 comments on commit 4995f8b

Please sign in to comment.