mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 06:39:06 +08:00
13 lines
529 B
Diff
13 lines
529 B
Diff
diff --git a/CMake/ITKInitializeCXXStandard.cmake b/CMake/ITKInitializeCXXStandard.cmake
|
|
index 5345230b..a9ca48c3 100644
|
|
--- a/CMake/ITKInitializeCXXStandard.cmake
|
|
+++ b/CMake/ITKInitializeCXXStandard.cmake
|
|
@@ -1,6 +1,6 @@
|
|
## Set the default target properties for ITK
|
|
if(NOT CMAKE_CXX_STANDARD)
|
|
- set(CMAKE_CXX_STANDARD 14) # Supported values are 14, 17, 20, and 23.
|
|
+ set(CMAKE_CXX_STANDARD 17) # Supported values are 14, 17, 20, and 23.
|
|
endif()
|
|
if(NOT CMAKE_CXX_STANDARD_REQUIRED)
|
|
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|