You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
280 B

  1. --- a/CMakeLists.txt
  2. +++ b/CMakeLists.txt
  3. @@ -270,7 +270,6 @@ if (SUMO_LIBRARIES AND WIN32)
  4. file(GLOB TEXTTEST_EXECUTABLE "${SUMO_LIBRARIES}/TextTest-*/texttest.exe")
  5. else ()
  6. # for Linux and Mac only
  7. - find_package(GTest)
  8. endif ()
  9. find_package(XercesC REQUIRED)