diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-11 22:19:28 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-11 23:21:28 -0800 |
commit | f0937002c523c10b90f5528a5624c2ce78747028 (patch) | |
tree | 1b598931f14279d7c53d30c4e250b0686a58c5b8 /misc/lightgbm/files/patch-CMakeLists.txt | |
parent | sysutils/rubygem-r10k: Update to 3.15.3 (diff) |
misc/lightgbm: New port: Gradient boosting framework that uses tree based learning algorithms
Diffstat (limited to 'misc/lightgbm/files/patch-CMakeLists.txt')
-rw-r--r-- | misc/lightgbm/files/patch-CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/lightgbm/files/patch-CMakeLists.txt b/misc/lightgbm/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..683e41a31528 --- /dev/null +++ b/misc/lightgbm/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2022-12-29 04:59:34 UTC ++++ CMakeLists.txt +@@ -507,7 +507,7 @@ endif(__BUILD_FOR_R) + + #-- Google C++ tests + if(BUILD_CPP_TEST) +- find_package(GTest CONFIG) ++ find_package(GTest) + if(NOT GTEST_FOUND) + message(STATUS "Did not find Google Test in the system root. Fetching Google Test now...") + include(FetchContent) |