mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[c][cpp] Don't set CMake install dir to "./", closes #2320.
This commit is contained in:
parent
0ca3c8e507
commit
9b9d02a3fa
@ -1,7 +1,9 @@
|
|||||||
cmake_minimum_required(VERSION 3.17)
|
cmake_minimum_required(VERSION 3.17)
|
||||||
project(spine)
|
project(spine)
|
||||||
|
|
||||||
set(CMAKE_INSTALL_PREFIX "./")
|
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
|
||||||
|
set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR} CACHE PATH "Install location" FORCE)
|
||||||
|
endif()
|
||||||
set(CMAKE_VERBOSE_MAKEFILE ON)
|
set(CMAKE_VERBOSE_MAKEFILE ON)
|
||||||
set(SPINE_SFML FALSE CACHE BOOL FALSE)
|
set(SPINE_SFML FALSE CACHE BOOL FALSE)
|
||||||
set(SPINE_SANITIZE FALSE CACHE BOOL FALSE)
|
set(SPINE_SANITIZE FALSE CACHE BOOL FALSE)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user