Skip to content

Commit

Permalink
Merge pull request #45 from lanl/jmm/cxx17
Browse files Browse the repository at this point in the history
Enable C++17
  • Loading branch information
Yurlungur authored Aug 15, 2024
2 parents 93833ec + e67af79 commit 8085045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ target_include_directories(${POCLIB}

target_compile_features(${POCLIB}
INTERFACE
cxx_std_14
cxx_std_17
)

# TESTING
Expand Down

0 comments on commit 8085045

Please sign in to comment.