star-sp

Random number generators and distributions
git clone git://git.meso-star.fr/star-sp.git
Log | Files | Refs | README | LICENSE

commit 950190d3074397cf05610318d08551810fa584e9
parent 77676d39232c78ec9202d1d03d8be9f148ab83d0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 28 Apr 2016 17:16:42 +0200

Update the RCMake dependency to 0.2.2

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

diff --git a/README.md b/README.md @@ -13,7 +13,7 @@ generators. First ensure that CMake and a C++11 compiler is installed on your system. Then install the RCMake package as well as the RSys library. Finally Generate the project from the `cmake/CMakeLists.txt` file by appending to the -`CMAKE_PREFIX_PATH` variable the `<RCMAKE_INSTALL_DIR>/lib/cmake` and +`CMAKE_PREFIX_PATH` variable the `<RCMAKE_INSTALL_DIR>` and `<RSYS_INSTALL_DIR>` directories, where `<RCMAKE_INSTALL_DIR>`, and `<RSYS_INSTALL_DIR>` are the install directories of the RCMake package and the RSys library, respectively. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -43,7 +43,7 @@ get_filename_component(_current_source_dir ${CMAKE_CURRENT_LIST_FILE} PATH) set(Random123_DIR ${_current_source_dir}/) find_package(Random123 REQUIRED) -find_package(RCMake 0.1 REQUIRED) +find_package(RCMake 0.2.2 REQUIRED) find_package(RSys 0.2 REQUIRED) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${RCMAKE_SOURCE_DIR}) include(rcmake)