]> git.mxchange.org Git - flightgear.git/commitdiff
Remove a debug message
authorErik Hofman <erik@ehofman.com>
Mon, 27 Jun 2016 11:21:26 +0000 (13:21 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 22 Sep 2016 21:27:37 +0000 (23:27 +0200)
utils/fgelev/CMakeLists.txt

index 25756d5d7f822760f5266c142cbc22b16252b542..13d6d38505eae5063c8b9a4941d1e859f9273c34 100644 (file)
@@ -1,6 +1,5 @@
 add_executable(fgelev fgelev.cxx)
 
-message("SIMGEAR_LIBRARIES: ${SIMGEAR_LIBRARIES}")
 target_link_libraries(fgelev
        ${SIMGEAR_LIBRARIES}
        ${OPENSCENEGRAPH_LIBRARIES}