File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.6)
22MESSAGE (STATUS "Using CMake ${CMAKE_VERSION} " )
33
44SET (RLENVSCPP_VERSION_MAJOR 1)
5- SET (RLENVSCPP_VERSION_MINOR 2 )
6- SET (RLENVSCPP_VERSION_PATCH 2 )
5+ SET (RLENVSCPP_VERSION_MINOR 3 )
6+ SET (RLENVSCPP_VERSION_PATCH 0 )
77
88SET (RLENVSCPP_VERSION "${RLENVSCPP_VERSION_MAJOR} .${RLENVSCPP_VERSION_MINOR} .${RLENVSCPP_VERSION_PATCH} " )
99MESSAGE (STATUS "rlenvscpplib Version ${RLENVSCPP_VERSION} " )
@@ -27,8 +27,8 @@ ENDIF(COMMAND cmake_policy)
2727
2828
2929SET (CMAKE_BUILD_TYPE "Debug" )
30- SET (CMAKE_CXX_COMPILER /usr/bin/g++-11)
31- SET (CMAKE_C_COMPILER /usr/bin/gcc-11)
30+ # SET(CMAKE_CXX_COMPILER /usr/bin/g++-11)
31+ # SET(CMAKE_C_COMPILER /usr/bin/gcc-11)
3232SET (CMAKE_CXX_STANDARD 20)
3333SET (CMAKE_CXX_STANDARD_REQUIRED True )
3434SET (CMAKE_LINKER_FLAGS "-pthread" )
You can’t perform that action at this time.
0 commit comments