Skip to content

Commit

Permalink
Added c++17 version to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Danixu committed Oct 30, 2023
1 parent f6422d4 commit b115f97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
add_executable(ziso ziso.cpp)
#target_compile_features(ziso PRIVATE cxx_std_11)
target_include_directories(ziso PUBLIC ../include/)
set_target_properties(ziso PROPERTIES CXX_STANDARD 17)

target_link_libraries(ziso PRIVATE stdc++ -static lz4)

0 comments on commit b115f97

Please sign in to comment.