Browse Source
Merge pull request #15913 from neheb/sum
sumo: fix compilation when gtest is present
lilik-openwrt-22.03
Rosen Penev
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
10 additions and
0 deletions
-
utils/sumo/patches/010-gtest.patch
|
|
@ -0,0 +1,10 @@ |
|
|
|
--- a/CMakeLists.txt
|
|
|
|
+++ b/CMakeLists.txt
|
|
|
|
@@ -339,7 +339,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) |