commit 631c8e1b692060fdda8e03290cef2ef1dcb6e94a parent eb6762c68c255faf3b39fb19dd8e94c05a0c3c6d Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 25 Mar 2020 17:15:32 +0100 Update the name of the CMake package Diffstat:
| M | cmake/CMakeLists.txt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -59,7 +59,7 @@ set_target_properties(scmap PROPERTIES VERSION ${VERSION} SOVERSION ${VERSION_MAJOR}) -rcmake_setup_devel(scmap SCMap ${VERSION} star/scmap_version.h) +rcmake_setup_devel(scmap StarCMap ${VERSION} star/scmap_version.h) ################################################################################ # Add tests