mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-26 14:43:50 -04:00
CMake: Fix typo in CMAKE_CXX_FLAGS variable on MSVC
This commit is contained in:
parent
e582436719
commit
600fa45d6e
@ -101,7 +101,7 @@ endif()
|
||||
# Set warning levels
|
||||
if(MSVC)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /W3")
|
||||
set(CMAKE_CCXX_FLAGS "${CMAKE_CXX_FLAGS} /W3")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W3")
|
||||
|
||||
else()
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
|
||||
|
Loading…
x
Reference in New Issue
Block a user