Merge branch 'master' into jgrpp
This commit is contained in:
@@ -18,7 +18,7 @@ function(link_package NAME)
|
||||
message(STATUS "${NAME} found -- -DWITH_${UCNAME} -- ${${NAME}_INCLUDE_DIRS} ${${NAME}_INCLUDE_DIR} -- ${${NAME}_LIBRARIES} ${${NAME}_LIBRARY}")
|
||||
endif()
|
||||
elseif(LP_ENCOURAGED)
|
||||
message(WARNING "${NAME} not found; compiling OpenTTD without ${NAME} is strongly disencouraged")
|
||||
message(WARNING "${NAME} not found; compiling OpenTTD without ${NAME} is strongly discouraged")
|
||||
elseif(LP_RECOMMENDED)
|
||||
message(WARNING "${NAME} not found; compiling OpenTTD without ${NAME} is not recommended")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user