We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1a23d commit 84bce33Copy full SHA for 84bce33
CMakeLists.txt
@@ -2,6 +2,10 @@
2
#
3
cmake_minimum_required(VERSION 3.15.0)
4
5
+# macOS 10.14 is required for certain C++17 features.
6
+# (This variable needs to be set before calling `project`.)
7
+set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version")
8
+
9
project(openPMD VERSION 0.15.0) # LANGUAGES CXX
10
11
# the openPMD "markup"/"schema" standard version
0 commit comments