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:
@@ -104,5 +104,6 @@ ENDIF (WIN32)
|
||||
|
||||
IF(COIN3D_LIBRARIES)
|
||||
SET( COIN3D_FOUND "YES" )
|
||||
message("COIN3D Libraries found")
|
||||
ENDIF(COIN3D_LIBRARIES)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user