star-4v_s

An invariant property of diffuse random walks
git clone git://git.meso-star.fr/star-4v_s.git
Log | Files | Refs | README | LICENSE

commit ac5b420b60adb3fe6429a020ea3f3e322ddfbaab
parent 599db8933fd4b84e254fd34a7fa99537343c5056
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  2 May 2016 11:02:13 +0200

Update the install directory of the documentation

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

diff --git a/README.md b/README.md @@ -21,8 +21,7 @@ depends on the First ensure that CMake is installed on your system. Then install the RCMake package as well as all the aforementioned prerequisites. Then generate the project from the `cmake/CMakeLists.txt` file by appending to the -`CMAKE_PREFIX_PATH` variable the install directory of the RCMake package and -the ones of its dependencies. +`CMAKE_PREFIX_PATH` variable the install directory of its dependencies. ## License diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -85,5 +85,5 @@ install(TARGETS s4vs ARCHIVE DESTINATION bin LIBRARY DESTINATION lib RUNTIME DESTINATION bin) -install(FILES ${S4VS_FILES_DOC} DESTINATION doc/s4vs) +install(FILES ${S4VS_FILES_DOC} DESTINATION share/doc/s4vs)