star-schiff

Library for estimating radiative properties
git clone git://git.meso-star.com/star-schiff.git
Log | Files | Refs | README | LICENSE

commit 7aca89ba2aed019c2d8fcd706200519f45843dc8
parent 9fe15422814b4717ef3445b33e0ec8736dcfa2ce
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 29 Apr 2016 09:06:32 +0200

Update the install directory of the documentation

Diffstat:
MREADME.md | 3+--
Mcmake/CMakeLists.txt | 4++--
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -29,8 +29,7 @@ The Star-Schiff library relies on the [CMake](http://www.cmake.org) and the First ensure that CMake is installed on your system. Then install the RCMake package as well as all the aforementioned Star-Schiff prerequisites. Then generate the project from the `cmake/CMakeLists.txt` file by appending to the -`CMAKE_PREFIX_PATH` variable the install directories of its dependencies and -the one of the RCMake package. +`CMAKE_PREFIX_PATH` variable the install directories of its dependencies. ## License 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.2.1 REQUIRED) +find_package(RCMake 0.2.2 REQUIRED) find_package(RSys 0.3 REQUIRED) find_package(StarSP 0.3 REQUIRED) find_package(Star3D 0.3 REQUIRED) @@ -110,5 +110,5 @@ install(TARGETS sschiff LIBRARY DESTINATION lib RUNTIME DESTINATION bin) install(FILES ${SSCHIFF_FILES_INC_API} DESTINATION include/star) -install(FILES ${SSCHIFF_FILES_DOC} DESTINATION doc/star-schiff) +install(FILES ${SSCHIFF_FILES_DOC} DESTINATION share/doc/star-schiff)