Skip to content

Commit

Permalink
add cxx11 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzsarun committed Aug 29, 2023
1 parent 4a81ba4 commit 703228f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ find_package( Xrootd REQUIRED )
find_package( XercesC REQUIRED )
find_package( Pcre REQUIRED )
find_package( Jsoncpp REQUIRED )
set (CMAKE_CXX_STANDARD 11)

if( CMAKE_COMPILER_IS_GNUCXX )
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror" )
Expand Down

0 comments on commit 703228f

Please sign in to comment.