Skip to content

Commit

Permalink
create branch, switch to cpp14 (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
nychiang authored Sep 27, 2023
1 parent be3b16c commit faf62b7
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
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.18)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
Expand Down

0 comments on commit faf62b7

Please sign in to comment.