mirror of https://github.com/axmolengine/axmol.git
Fix #352 [ci build]
This commit is contained in:
parent
6aea443282
commit
36965d2e49
|
@ -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