Skip to content

Commit

Permalink
Merge pull request #121 from ax3l/topic-cpp11Std
Browse files Browse the repository at this point in the history
CMake: Std C++11 Only
  • Loading branch information
ax3l authored Apr 10, 2018
2 parents 09f3a48 + 846f56a commit 03fcad7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ target_compile_features(openPMD
PUBLIC cxx_std_11
)
set_target_properties(openPMD PROPERTIES
CXX_EXTENSIONS OFF
CXX_STANDARD_REQUIRED ON
POSITION_INDEPENDENT_CODE ON
)

Expand Down

0 comments on commit 03fcad7

Please sign in to comment.