+ silent pcl check, output formatting
This commit is contained in:
parent
90e3b58950
commit
f4e7a2e2a0
|
@ -529,7 +529,10 @@ else(FREECAD_LIBPACK_USE)
|
||||||
|
|
||||||
# -------------------------------- pcl ----------------------------------
|
# -------------------------------- pcl ----------------------------------
|
||||||
|
|
||||||
find_package(PCL COMPONENTS common kdtree features surface io)
|
find_package(PCL QUIET COMPONENTS common kdtree features surface io)
|
||||||
|
if (NOT PCL_FOUND)
|
||||||
|
MESSAGE("-- pcl not found")
|
||||||
|
endif(NOT PCL_FOUND)
|
||||||
|
|
||||||
# -------------------------------- ODE ----------------------------------
|
# -------------------------------- ODE ----------------------------------
|
||||||
|
|
||||||
|
@ -633,7 +636,7 @@ else(FREECAD_LIBPACK_USE)
|
||||||
IF(MATPLOTLIB_FOUND)
|
IF(MATPLOTLIB_FOUND)
|
||||||
message("-- matplotlib-${MATPLOTLIB_VERSION} has been found.")
|
message("-- matplotlib-${MATPLOTLIB_VERSION} has been found.")
|
||||||
ELSE(MATPLOTLIB_FOUND)
|
ELSE(MATPLOTLIB_FOUND)
|
||||||
message("matplotlib not found, Plot module will not available until matplotlib is installed!")
|
message("-- matplotlib not found, Plot module won't be available!")
|
||||||
ENDIF(MATPLOTLIB_FOUND)
|
ENDIF(MATPLOTLIB_FOUND)
|
||||||
|
|
||||||
# ------------------------------------------------------------------------
|
# ------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user