mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
- Drop USES=compiler - Use devel/googletest port instead of local copy for tests ChangeLog: https://github.com/WebAssembly/binaryen/blob/version_117/CHANGELOG.md
18 lines
488 B
Text
18 lines
488 B
Text
Don't attempt to build a local copy of GoogleTest.
|
|
|
|
--- third_party/CMakeLists.txt.orig 2023-09-14 17:41:15 UTC
|
|
+++ third_party/CMakeLists.txt
|
|
@@ -1,13 +1,3 @@ endif()
|
|
if(BUILD_LLVM_DWARF)
|
|
add_subdirectory(llvm-project)
|
|
endif()
|
|
-
|
|
-include_directories(
|
|
- googletest/googletest
|
|
- googletest/googletest/include
|
|
-)
|
|
-
|
|
-if(BUILD_TESTS)
|
|
- add_library(gtest STATIC googletest/googletest/src/gtest-all.cc)
|
|
- add_library(gtest_main STATIC googletest/googletest/src/gtest_main.cc)
|
|
-endif()
|