mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
11 lines
278 B
Text
11 lines
278 B
Text
--- CMakeLists.txt.orig 2023-09-19 04:20:31 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -100,7 +100,7 @@ endif ()
|
|
endif ()
|
|
|
|
# Find all the required libraries and programs.
|
|
-find_package(absl)
|
|
+find_package(absl REQUIRED)
|
|
|
|
if(NOT absl_FOUND)
|
|
# Overide abseil install rules for subprojects
|