star-sp

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

commit 9d5495061132471fcece2919d05d993b5b51cb3a
parent 84920ea85e0878c466e5ec0b9f142ec2880859c4
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  1 Jun 2016 17:56:46 +0200

Update the version of some dependencies

Diffstat:
Mcmake/CMakeLists.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -43,8 +43,8 @@ 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.2.2 REQUIRED) -find_package(RSys 0.2 REQUIRED) +find_package(RCMake 0.2.3 REQUIRED) +find_package(RSys 0.3 REQUIRED) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${RCMAKE_SOURCE_DIR}) include(rcmake) include(rcmake_runtime)