zeek/auxil/vcpkg/ports/rtabmap/0006-remove-apple-sys-path.patch
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

12 lines
320 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -119,8 +119,6 @@ endif()
#Other paths...
IF(APPLE)
# For Mac ports
- SET(CMAKE_INCLUDE_PATH "/opt/local/include;${CMAKE_INCLUDE_PATH}")
- SET(CMAKE_LIBRARY_PATH "/opt/local/lib;${CMAKE_LIBRARY_PATH}")
ENDIF()
####### Build libraries as shared or static #######