diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/jkqtplotter/fix-cmake2.patch | |
Diffstat (limited to 'vcpkg/ports/jkqtplotter/fix-cmake2.patch')
| -rw-r--r-- | vcpkg/ports/jkqtplotter/fix-cmake2.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/jkqtplotter/fix-cmake2.patch b/vcpkg/ports/jkqtplotter/fix-cmake2.patch new file mode 100644 index 0000000..5aa7ec3 --- /dev/null +++ b/vcpkg/ports/jkqtplotter/fix-cmake2.patch @@ -0,0 +1,14 @@ +
+diff --git a/lib/jkqtmath/CMakeLists.txt b/lib/jkqtmath/CMakeLists.txt +index 716254ac8..835b4e8cb 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} |