star-sp

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

commit c4f387ffe8e4b6b93459ddca2f305446ba3dc33a
parent 32bd4ecec1dd9f70dd671dac8cb8d839890f9ae7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  1 Apr 2015 20:53:14 +0200

Fix the ssp_version header filename

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -76,7 +76,7 @@ if(CMAKE_COMPILER_IS_GNUCXX) set_target_properties(ssp PROPERTIES COMPILE_FLAGS "-std=c++11") endif() -rcmake_setup_devel(ssp StarSP ${VERSION} star/ssc_version.h) +rcmake_setup_devel(ssp StarSP ${VERSION} star/ssp_version.h) ################################################################################ # Add tests