From 827ecc28d714a35e5885fb2f270b773c05326d43 Mon Sep 17 00:00:00 2001 From: vahrenkamp <vahrenkamp@042f3d55-54a8-47e9-b7fb-15903f145c44> Date: Fri, 18 May 2012 19:45:59 +0000 Subject: [PATCH] cmake output improvement. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@254 042f3d55-54a8-47e9-b7fb-15903f145c44 --- CMakeLists.txt | 4 +++- doc/CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ec83ab45d..ff3536e08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ add_subdirectory(doc) ####################################################################### ############################################ -MESSAGE(STATUS "Simox: Generating CMake files") +MESSAGE (STATUS "\n ***** Simox: Generating CMake files for build and install setup") set(SIMOX_MAJOR_VERSION 2) set(SIMOX_MINOR_VERSION 1) @@ -27,6 +27,8 @@ set(SIMOX_PATCH_VERSION 2) set(SIMOX_VERSION ${SIMOX_MAJOR_VERSION}.${SIMOX_MINOR_VERSION}.${SIMOX_PATCH_VERSION}) +MESSAGE (STATUS " ** Simox version: ${SIMOX_VERSION}") + set(SIMOX_LIBRARIES VirtualRobot Saba GraspStudio) set(SIMOX_EXECUTABLES "") diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 8709d98e7..1825c5a87 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -5,7 +5,7 @@ find_package(Doxygen) IF(DOXYGEN_FOUND) - MESSAGE (STATUS " * Generating doxygen documetation") + MESSAGE (STATUS "\n **** Setting up doxygen documetation") # set all paths SET (CMAKE_DOXYGEN_INPUT_LIST "${CMAKE_CURRENT_SOURCE_DIR}/.." "${CMAKE_CURRENT_SOURCE_DIR}/../GraspPlanning" -- GitLab