remove /opt/ros from rosboost-cfg default search path
This commit is contained in:
parent
63996bb5f7
commit
bf2b862358
|
@ -179,7 +179,6 @@ def find_boost(search_paths):
|
|||
def search_paths(sysroot):
|
||||
_search_paths = [(sysroot+'/usr', True),
|
||||
(sysroot+'/usr/local', True),
|
||||
('/opt/ros', False),
|
||||
(None if 'INCLUDE_DIRS' not in os.environ else os.environ['INCLUDE_DIRS'], True),
|
||||
(None if 'CPATH' not in os.environ else os.environ['CPATH'], True),
|
||||
(None if 'C_INCLUDE_PATH' not in os.environ else os.environ['C_INCLUDE_PATH'], True),
|
||||
|
|
Loading…
Reference in New Issue