mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
Hide CMake success message in quiet mode
This commit is contained in:
parent
fc850ed99f
commit
f44c903e56
@ -354,6 +354,6 @@ if (NOT SFML_FOUND)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# handle success
|
# handle success
|
||||||
if(SFML_FOUND)
|
if(SFML_FOUND AND NOT SFML_FIND_QUIETLY)
|
||||||
message(STATUS "Found SFML ${SFML_VERSION_MAJOR}.${SFML_VERSION_MINOR}.${SFML_VERSION_PATCH} in ${SFML_INCLUDE_DIR}")
|
message(STATUS "Found SFML ${SFML_VERSION_MAJOR}.${SFML_VERSION_MINOR}.${SFML_VERSION_PATCH} in ${SFML_INCLUDE_DIR}")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user