Changeset - r26219:376eeb36a681
[Not reviewed]
master
0 1 0
Nik Nyby - 2 years ago 2022-04-18 23:33:29
nikolas@gnu.org
Fix: CMake error message grammar (#9860)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
cmake/LinkPackage.cmake
Show inline comments
 
@@ -18,6 +18,6 @@ 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")
 
    endif()
 
endfunction()
0 comments (0 inline, 0 general)