Skip to content

Commit

Permalink
Change a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Serge Lamikhov-Center committed Dec 18, 2023
1 parent 1a92db3 commit 2b457dd
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 @@ -47,7 +47,7 @@ target_include_directories(

# If this is the top level project, add in logic to install elfio
if(IS_TOP_PROJECT)
# Enable C++14 for examples and tests
# Enable C++17 for examples and tests
if(ELFIO_BUILD_EXAMPLES OR ELFIO_BUILD_TESTS)
set(CMAKE_CXX_STANDARD 17)
endif()
Expand Down

0 comments on commit 2b457dd

Please sign in to comment.