mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-26 18:15:40 +00:00
Change a comment
This commit is contained in:
parent
1a92db337f
commit
2b457dd5d9
@ -47,7 +47,7 @@ target_include_directories(
|
|||||||
|
|
||||||
# If this is the top level project, add in logic to install elfio
|
# If this is the top level project, add in logic to install elfio
|
||||||
if(IS_TOP_PROJECT)
|
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)
|
if(ELFIO_BUILD_EXAMPLES OR ELFIO_BUILD_TESTS)
|
||||||
set(CMAKE_CXX_STANDARD 17)
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user