Skip to content

Commit

Permalink
Cxx: Set c++11 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
agdavydov81 committed Oct 20, 2023
1 parent 60e60ac commit 1c3ec34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ add_definitions(-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=${GLOBAL_FLAGS})
#set(CMAKE_CXX_VISIBILITY_PRESET default)
#set(CMAKE_VISIBILITY_INLINES_HIDDEN 0)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_CXX_STANDARD 11)

if (MSVC)
add_definitions(-D_CRT_SECURE_NO_DEPRECATE)
Expand Down

0 comments on commit 1c3ec34

Please sign in to comment.