commit 8d1ff5bfeac3d3a494223e165c1a7b74a5cbd8d6
parent 4627705482e096368eb59248478aef70f8014593
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 29 Apr 2016 08:55:09 +0200
Upd the install directory of the doc and set the version to 0.1
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -23,7 +23,7 @@ option(NO_TEST "Disable the test" OFF)
################################################################################
# Check dependencies
################################################################################
-find_package(RCMake 0.1 REQUIRED)
+find_package(RCMake 0.2 REQUIRED)
find_package(RSys 0.2 REQUIRED)
find_package(StarSP 0.1 REQUIRED)
find_package(Star3D 0.3 REQUIRED)
@@ -42,7 +42,7 @@ include(rcmake_runtime)
# Configure and define targets
################################################################################
set(VERSION_MAJOR 0)
-set(VERSION_MINOR 0)
+set(VERSION_MINOR 1)
set(VERSION_PATCH 0)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
@@ -99,5 +99,5 @@ install(TARGETS sgf
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin)
install(FILES ${SGF_FILES_INC_API} DESTINATION include/star)
-install(FILES ${SGF_FILES_DOC} DESTINATION doc/star-gf)
+install(FILES ${SGF_FILES_DOC} DESTINATION share/doc/star-gf)