aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rtabmap/0004-remove-apple-sys-path.patch
blob: 692b08e122c9add45d20c9a63c18bec774ac919b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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 #######