Skip to content

Commit

Permalink
explicit c++11 in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Jan 2, 2025
1 parent a2114b0 commit ca1b739
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ if (BUILD_CXX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /std:c++11")
endif()


# Basic type
include(CMakePushCheckState)
cmake_push_check_state(RESET)
Expand Down

0 comments on commit ca1b739

Please sign in to comment.