Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
4a015f77
Commit
4a015f77
authored
Dec 03, 2012
by
Amit Kulkarni
Committed by
Brad King
Dec 04, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OpenBSD: Add paths for Tcl/Tk 8.4/8.5
parent
51c11194
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
Modules/FindTCL.cmake
Modules/FindTCL.cmake
+8
-0
No files found.
Modules/FindTCL.cmake
View file @
4a015f77
...
...
@@ -82,6 +82,10 @@ set(TCLTK_POSSIBLE_LIB_PATHS
"
${
TK_LIBRARY_PATH
}
"
"
${
TCL_TCLSH_PATH_PARENT
}
/lib"
"
${
TK_WISH_PATH_PARENT
}
/lib"
/usr/local/lib/tcl/tcl8.5
/usr/local/lib/tcl/tk8.5
/usr/local/lib/tcl/tcl8.4
/usr/local/lib/tcl/tk8.4
)
if
(
WIN32
)
...
...
@@ -168,6 +172,10 @@ set(TCLTK_POSSIBLE_INCLUDE_PATHS
/usr/include/tcl8.3
/usr/include/tcl8.2
/usr/include/tcl8.0
/usr/local/include/tcl8.5
/usr/local/include/tk8.5
/usr/local/include/tcl8.4
/usr/local/include/tk8.4
)
if
(
WIN32
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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