cmake corrections

pull/3756/head
Alejandro Criado-Pérez 2023-08-19 12:39:32 +02:00
parent aaff61f72f
commit 2e21c747d4
No known key found for this signature in database
GPG Key ID: 766DF93C61C31C03
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
endif()
if(NOT HOST_OS)
message(FATAL_ERROR
"ZoneMinder was unable to deterimine the host OS. Please report this.
"ZoneMinder was unable to determine the host OS. Please report this.
Value of CMAKE_SYSTEM_NAME: ${CMAKE_SYSTEM_NAME}")
endif()

View File

@ -78,7 +78,7 @@ find_program(GSOAP_SOAPCPP2
)
# -----------------------------------------------------
# GSOAP version
# try to determine the flagfor the 2.7.6 compatiblity, break with 2.7.13 and re-break with 2.7.16
# try to determine the flag for the 2.7.6 compatibility, break with 2.7.13 and re-break with 2.7.16
# ----------------------------------------------------
if(GSOAP_SOAPCPP2)
execute_process(COMMAND ${GSOAP_SOAPCPP2} "-V" OUTPUT_VARIABLE GSOAP_STRING_VERSION ERROR_VARIABLE GSOAP_STRING_VERSION )
@ -86,7 +86,7 @@ if(GSOAP_SOAPCPP2)
endif()
# -----------------------------------------------------
# GSOAP_276_COMPAT_FLAGS and GSOAPVERSION
# try to determine the flagfor the 2.7.6 compatiblity, break with 2.7.13 and re-break with 2.7.16
# try to determine the flag for the 2.7.6 compatibility, break with 2.7.13 and re-break with 2.7.16
# ----------------------------------------------------
if( "${GSOAP_VERSION}" VERSION_LESS "2.7.6")
set(GSOAP_276_COMPAT_FLAGS "")