rnsl

Load a list of strings expanded by the shell
git clone git://git.meso-star.fr/rnsl.git
Log | Files | Refs | README | LICENSE

commit fdf698dbfdb947e5675467c7f87a3ca2ea417428
parent 34feeeb648f4468ec6158b2bab9369c9d87ea26f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 21 Sep 2022 09:07:35 +0200

Fix the CMake package name

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 @@ set_target_properties(rnsl PROPERTIES VERSION ${VERSION} SOVERSION ${VERSION_MAJOR}) -rcmake_setup_devel(rnsl StarCK ${VERSION} rad-net/rnsl_version.h) +rcmake_setup_devel(rnsl RNSL ${VERSION} rad-net/rnsl_version.h) ################################################################################ # Add tests