mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-05 05:25:07 +00:00
Enable correct __cplusplus versioning in MSVC
This commit is contained in:
parent
2a7b536861
commit
338ba27548
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ else()
|
|||
set(IS_ROOT_PROJECT OFF)
|
||||
endif()
|
||||
|
||||
if (MSVC)
|
||||
# Enable correct __cplusplus versioning in MSVC
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Zc:__cplusplus")
|
||||
endif()
|
||||
|
||||
option(UTF8_TESTS "Enable tests for UTF8-CPP" ${IS_ROOT_PROJECT})
|
||||
option(UTF8_INSTALL "Enable installation for UTF8-CPP" ${IS_ROOT_PROJECT})
|
||||
option(UTF8_SAMPLES "Enable building samples for UTF8-CPP" ${IS_ROOT_PROJECT})
|
||||
|
|
Loading…
Add table
Reference in a new issue