Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 586104
Collapse All | Expand All

(-)catkin-0.6.16/cmake/templates/_setup_util.py.in (-1 / +1 lines)
Lines 262-268 Link Here
262
            sys.exit(1)
262
            sys.exit(1)
263
263
264
        # environment at generation time
264
        # environment at generation time
265
        CMAKE_PREFIX_PATH = '@CMAKE_PREFIX_PATH_AS_IS@'.split(';')
265
        CMAKE_PREFIX_PATH = '@CATKIN_PREFIX_PATH@;@CMAKE_PREFIX_PATH_AS_IS@'.split(';')
266
        # prepend current workspace if not already part of CPP
266
        # prepend current workspace if not already part of CPP
267
        base_path = os.path.dirname(__file__)
267
        base_path = os.path.dirname(__file__)
268
        if base_path not in CMAKE_PREFIX_PATH:
268
        if base_path not in CMAKE_PREFIX_PATH:

Return to bug 586104