star-sp

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

commit 2cbd58067145abe8030e97cab18caca5c0a69296
parent f6967bdc3af2b827a352a729a328a07c13d732b9
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu, 17 May 2018 11:09:41 +0200

Upgrade boost version in dependency, preventing VC2017 warnings

Diffstat:
Mcmake/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -54,7 +54,7 @@ include(rcmake_runtime) if(MSVC) # Currently, the C++11 random library on MSVC is bugged and consequently we # use the Boost library instead - find_package(Boost 1.58 REQUIRED COMPONENTS random) + find_package(Boost 1.67 REQUIRED COMPONENTS random) add_definitions(-DUSE_BOOST_RANDOM) include_directories(${RSys_INCLUDE_DIR} ${Boost_INCLUDE_DIRS} ${Random123_INCLUDE_DIR}) else()