Skip to content
Snippets Groups Projects
Commit 827ecc28 authored by vahrenkamp's avatar vahrenkamp
Browse files

cmake output improvement.

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@254 042f3d55-54a8-47e9-b7fb-15903f145c44
parent 6528e0f1
No related branches found
No related tags found
No related merge requests found
......@@ -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 "")
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment