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
b99046be
Commit
b99046be
authored
Apr 30, 2004
by
Bill Hoffman
Browse files
ENH: add another place to look for swig.exe
parent
5fd1c7fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/FindSWIG.cmake
View file @
b99046be
...
...
@@ -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
}
/usr/bin /usr/local/bin
)
PATHS
${
SWIG_DIR
}
${
SWIG_DIR
}
/..
/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