mirror of https://github.com/axmolengine/axmol.git
Fix #352 [ci build]
This commit is contained in:
parent
64a1d68d6f
commit
413b0acaa6
|
@ -76,6 +76,8 @@ set(CMAKE_CXX_STANDARD ${CXX_STD})
|
|||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
|
||||
set(CMAKE_DEBUG_POSTFIX "" CACHE STRING "Library postfix for debug builds. Normally left blank." FORCE)
|
||||
|
||||
# check visual studio version
|
||||
if(WINDOWS)
|
||||
# not support other compile tools except MSVC for now
|
||||
|
|
Loading…
Reference in New Issue