commit bf95602622ea0384ea758327d78ecdebe965cf5d parent c6c43c950ab805f56f0ff79a99997763474d2bbe Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 3 Mar 2021 09:51:22 +0100 Fix 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 @@ -122,7 +122,7 @@ set_target_properties(atrstm PROPERTIES VERSION ${VERSION} SOVERSION ${VERSION_MAJOR}) -rcmake_setup_devel(atrstm AtrGM ${VERSION} astoria/atrstm_version.h) +rcmake_setup_devel(atrstm AtrSTM ${VERSION} astoria/atrstm_version.h) ################################################################################ # Add tests