mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 20:16:01 +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()
|
||||
|
||||
if ("${PREBUILD_RET}" GREATER 0)
|
||||
if (PREBUILD_RET GREATER 0)
|
||||
message(FATAL_ERROR "prebuild.py failed with error ${PREBUILD_RET}")
|
||||
endif()
|
||||
if(NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg.cmake")
|
||||
|
|
Loading…
Reference in a new issue