Normalization with develop (#704)

This commit is contained in:
Dana Robinson
2021-05-28 08:48:51 -07:00
committed by GitHub
parent 2ddf5fbd92
commit f86004dbde
27 changed files with 1063 additions and 1262 deletions

View File

@@ -9,7 +9,7 @@
# If you do not have access to either file, you may request a copy from
# help@hdfgroup.org.
#
set(CMAKE_CXX_STANDARD 98)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
set(CMAKE_CXX_EXTENSIONS OFF)