mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
13 lines
430 B
Diff
13 lines
430 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index bef673f..284d40e 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -21,6 +21,7 @@ target_include_directories(config INTERFACE
|
|
$<BUILD_INTERFACE:${DCMTK_BINARY_DIR}/config/include>
|
|
$<INSTALL_INTERFACE:include>
|
|
)
|
|
+target_compile_options(config INTERFACE "\$<\$<CXX_COMPILER_ID:MSVC>:/Zc:__cplusplus>")
|
|
install(TARGETS config EXPORT DCMTKTargets)
|
|
|
|
# Include directories
|