mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 18:06:57 +02:00
Cmake cleanup
This commit is contained in:
parent
2a07f5fd5a
commit
588528306e
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ else()
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if ("${PREBUILD_RET}" GREATER 0)
|
if (PREBUILD_RET GREATER 0)
|
||||||
message(FATAL_ERROR "prebuild.py failed with error ${PREBUILD_RET}")
|
message(FATAL_ERROR "prebuild.py failed with error ${PREBUILD_RET}")
|
||||||
endif()
|
endif()
|
||||||
if(NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg.cmake")
|
if(NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg.cmake")
|
||||||
|
|
Loading…
Reference in a new issue