Skip to content

Commit

Permalink
native: Disable c++11 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
agdavydov81 committed Nov 24, 2023
1 parent bc2ecd0 commit fa7d583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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 CACHE BOOL "Position-independent code flag")
set(CMAKE_CXX_STANDARD 11)
#set(CMAKE_CXX_STANDARD 11)

if (MSVC)
add_definitions(-D_CRT_SECURE_NO_DEPRECATE)
Expand Down

0 comments on commit fa7d583

Please sign in to comment.