Skip to content

Commit

Permalink
Update C++17 build option
Browse files Browse the repository at this point in the history
  • Loading branch information
willdunklin committed Jan 5, 2023
1 parent a0c1372 commit a27fb0c
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 @@ -77,7 +77,7 @@ add_custom_target(fletch-build-install)

set(fletch_CXX_STANDARD_VERSION "11")
# Include CXX17 support
option(fletch_BUILD_CXX17 "" TRUE)
option(fletch_BUILD_CXX17 "Enable C++17 standard" TRUE)
if (fletch_BUILD_CXX17)
set(fletch_CXX_STANDARD_VERSION "17")
endif()
Expand Down

0 comments on commit a27fb0c

Please sign in to comment.