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:
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