nixpkgs/pkgs/applications/misc/huggle/00-remove-third-party.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
455 B
Diff
Raw Normal View History

2022-10-15 16:40:29 +00:00
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
2023-05-12 11:38:25 +00:00
index b7530e8f..af94a62d 100644
2022-10-15 16:40:29 +00:00
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
2023-05-12 11:38:25 +00:00
@@ -59,8 +59,7 @@ if(NOT MINGW AND WIN32)
2022-10-15 16:40:29 +00:00
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG ${CMAKE_CURRENT_BINARY_DIR}/Debug)
endif()
-add_subdirectory(3rd/libirc/libirc libirc)
-add_subdirectory(3rd/libirc/libircclient libircclient)
+include_directories(@libirc_includes@)
# YAML
2023-05-12 11:38:25 +00:00
find_package(YAML-CPP 0.6.3 QUIET)