Cmake cleanup

This commit is contained in:
Dale Glass 2021-06-20 13:01:04 +02:00
parent 2a07f5fd5a
commit 588528306e

View file

@ -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")