mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
CMake: Make sure C++11 is marked as the required standard
This commit is contained in:
parent
cfedd71093
commit
5c98b793a2
@ -33,6 +33,7 @@ if(CMAKE_VERSION VERSION_LESS "3.1")
|
||||
|
||||
else()
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user