rsimd

Make SIMD instruction sets easier to use
git clone git://git.meso-star.fr/rsimd.git
Log | Files | Refs | README | LICENSE

commit 513187b1ebac859fc7fc1b92ba37ec183c3b8646
parent 4e3c911f66989994f4151c1c499677b1e80b1877
Author: vaplv <vaplv@free.fr>
Date:   Wed, 18 Feb 2015 14:20:30 +0100

Change the install destination of the rsimd_version.h file

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -74,7 +74,7 @@ else(BUILD_STATIC) SOVERSION ${VERSION_MAJOR}) endif(BUILD_STATIC) -rcmake_setup_devel(rsimd RSIMD ${VERSION} rsimd_version.h) +rcmake_setup_devel(rsimd RSIMD ${VERSION} rsimd/rsimd_version.h) ################################################################################ # Add tests