mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 14:34:32 +04:00
Remove no longer needed GCC14 patch. Make python optional. It's not used anyway. Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 lines
280 B
Diff
11 lines
280 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -366,7 +366,6 @@ if (SUMO_LIBRARIES AND WIN32)
|
|
file(GLOB TEXTTEST_EXECUTABLE "${SUMO_LIBRARIES}/TextTest-*/texttest.exe")
|
|
else ()
|
|
# for Linux and Mac only
|
|
- find_package(GTest)
|
|
endif ()
|
|
|
|
find_package(XercesC REQUIRED)
|