]> git.mxchange.org Git - flightgear.git/commitdiff
Cmake: remove debugging message
authorFrederic Bouvier <fredfgfs01@free.fr>
Mon, 3 Jan 2011 18:01:39 +0000 (19:01 +0100)
committerFrederic Bouvier <fredfgfs01@free.fr>
Mon, 3 Jan 2011 18:01:39 +0000 (19:01 +0100)
CMakeModules/FindSimGear.cmake

index aae8e040b52216095311c4e80a2ae294b362a14a..71ce82e09b1432fa1cf7db3d796b5cc786036abe 100644 (file)
@@ -131,7 +131,6 @@ include(CheckCXXSourceRuns)
 message(STATUS "looking for version: ${SimGear_FIND_VERSION}")
 
 SET(CMAKE_REQUIRED_INCLUDES ${SIMGEAR_INCLUDE_DIR})
-message(STATUS "Version Simgear include " ${CMAKE_REQUIRED_INCLUDES})
 
 check_cxx_source_runs(
     "#include <cstdio>