mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 01:06:00 +08:00
Fix cmakelists (#2716)
This commit is contained in:
parent
39c9caff0a
commit
4fced40d61
@ -2,7 +2,7 @@ option(SPINE_SANITIZE "Build with sanitization" OFF)
|
|||||||
option(SPINE_SET_COMPILER_FLAGS "Set compiler flags" ON)
|
option(SPINE_SET_COMPILER_FLAGS "Set compiler flags" ON)
|
||||||
|
|
||||||
if (NOT SPINE_SET_COMPILER_FLAGS)
|
if (NOT SPINE_SET_COMPILER_FLAGS)
|
||||||
return();
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user