Skip to content

Commit

Permalink
[#74] Updated CMAKE_CXX_STANDARD to ${IRODS_CXX_STANDARD}
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinKyleJames authored and alanking committed Oct 12, 2023
1 parent 5ec5db4 commit 77ed64e
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 @@ -36,7 +36,7 @@ include(GNUInstallDirs)

project (iRODS_DSI C CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD ${IRODS_CXX_STANDARD})
set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_compile_options(-nostdinc++)

Expand Down

0 comments on commit 77ed64e

Please sign in to comment.