Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
a401922c
Commit
a401922c
authored
Apr 30, 2004
by
Andy Cedilnik
Browse files
ENH: More paths
parent
b99046be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/FindSWIG.cmake
View file @
a401922c
...
...
@@ -17,7 +17,7 @@ IF(EXISTS ${SWIG_DIR})
ELSE
(
EXISTS
${
SWIG_DIR
}
/SWIGConfig.cmake
)
FIND_PROGRAM
(
SWIG_EXECUTABLE
NAMES swig-1.3 swig
PATHS
${
SWIG_DIR
}
${
SWIG_DIR
}
/.. /usr/bin /usr/local/bin
)
PATHS
${
SWIG_DIR
}
${
SWIG_DIR
}
/..
${
SWIG_DIR
}
/../../bin
/usr/bin /usr/local/bin
)
SET
(
SWIG_USE_FILE
${
CMAKE_ROOT
}
/Modules/UseSWIG.cmake
)
ENDIF
(
EXISTS
${
SWIG_DIR
}
/SWIGConfig.cmake
)
ENDIF
(
EXISTS
${
SWIG_DIR
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment