If COIN3D is not found with pkg-config, but with manual search, the only output seen on the screen is an error message. Add a success-message!

This commit is contained in:
Stian Skjelstad
2019-01-24 20:26:32 +01:00
committed by wmayer
parent f9884c507f
commit 3db3197598

View File

@@ -104,5 +104,6 @@ ENDIF (WIN32)
IF(COIN3D_LIBRARIES)
SET( COIN3D_FOUND "YES" )
message("COIN3D Libraries found")
ENDIF(COIN3D_LIBRARIES)