Skip to content

Commit

Permalink
changed to c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
landrumb committed Oct 3, 2024
1 parent 6a8c85b commit 29bf59a
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 @@ -20,7 +20,7 @@ check_symbol_exists(posix_fadvise "fcntl.h" HAVE_POSIX_FADVISE)
# Global flags that affect more than one target.
add_compile_options(-DCOMPACT_NODE_IDS -DVCF_GZ_SUPPORT)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

if(PROJECT_SOURCE_DIR STREQUAL PROJECT_BINARY_DIR)
Expand Down

0 comments on commit 29bf59a

Please sign in to comment.