File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ endif()
2020set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR} /cmake" )
2121
2222#libnick Definition
23- project ("libnick" LANGUAGES C CXX VERSION 2024.1.8 DESCRIPTION "A cross-platform base for native Nickvision applications." )
23+ project ("libnick" LANGUAGES C CXX VERSION 2024.1.9 DESCRIPTION "A cross-platform base for native Nickvision applications." )
2424include (CMakePackageConfigHelpers )
2525include (GNUInstallDirs )
2626include (CTest )
@@ -80,8 +80,6 @@ target_link_libraries(${PROJECT_NAME} PUBLIC Boost::boost Boost::locale CURL::li
8080if (USING_VCPKG)
8181 find_package (unofficial-maddy CONFIG REQUIRED )
8282 target_link_libraries (${PROJECT_NAME} PUBLIC unofficial::maddy::maddy )
83- else ()
84- target_link_libraries (${PROJECT_NAME} PUBLIC maddy::maddy )
8583endif ()
8684if (WIN32 )
8785 target_link_libraries (${PROJECT_NAME} PUBLIC Advapi32 Dwmapi Gdiplus Shell32 )
Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ find_dependency(Intl REQUIRED)
1717find_dependency (OpenSSL REQUIRED )
1818if (USING_VCPKG)
1919 find_dependency (unofficial-maddy REQUIRED )
20- else ()
21- find_dependency (maddy REQUIRED )
2220endif ()
2321if (LINUX )
2422 find_dependency (Threads REQUIRED )
You can’t perform that action at this time.
0 commit comments