From 5972eeee9dfded939f289b12195547b941c32e09 Mon Sep 17 00:00:00 2001 From: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Date: Wed, 25 Oct 2023 09:10:58 +0200 Subject: [PATCH] Fix C&P error --- lib/jkqtmath/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jkqtmath/CMakeLists.txt b/lib/jkqtmath/CMakeLists.txt index 716254ac88..835b4e8cb2 100644 --- a/lib/jkqtmath/CMakeLists.txt +++ b/lib/jkqtmath/CMakeLists.txt @@ -110,7 +110,7 @@ endif() if(JKQtPlotter_BUILD_STATIC_LIBS) add_library(${lib_name} STATIC ${SOURCES} ${HEADERS}) JKQtCommon_setDefaultLibOptions(${lib_name}) - target_link_libraries(${libsh_name} PUBLIC JKQTCommonLib) + target_link_libraries(${lib_name} PUBLIC JKQTCommonLib) set_property(TARGET ${lib_name} PROPERTY OUTPUT_NAME "${lib_name_decorated}") write_basic_package_version_file(${CMAKE_CURRENT_BINARY_DIR}/${lib_name}Version.cmake VERSION ${PROJECT_VERSION}