Skip to content

Commit

Permalink
Use C++ 14 for RncLib
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCycoONE committed Jan 26, 2020
1 parent 365af50 commit b11a728
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/rnc/CMakeLists.txt
Expand Up @@ -6,3 +6,7 @@ target_sources(RncLib PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/rnc.cpp ${CMAKE_CURRENT_SOURCE_DIR}/rnc.cpp
${CMAKE_CURRENT_SOURCE_DIR}/rnc.h ${CMAKE_CURRENT_SOURCE_DIR}/rnc.h
) )

set_property(TARGET RncLib PROPERTY CXX_STANDARD 14)
set_property(TARGET RncLib PROPERTY CXX_EXTENSIONS OFF)
set_property(TARGET RncLib PROPERTY CXX_STANDARD_REQUIRED ON)

0 comments on commit b11a728

Please sign in to comment.