Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
T.J. Corona
CMB-SuperBuild
Commits
ff3b719b
Commit
ff3b719b
authored
Jul 27, 2015
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
smtk: use a relative path
CMake does the install prefix logic automatically.
parent
9ca10bef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Projects/smtk.cmake
Projects/smtk.cmake
+1
-1
No files found.
Projects/smtk.cmake
View file @
ff3b719b
...
...
@@ -9,7 +9,7 @@ if (WIN32)
# in a different place than Unix builds and in a different
# place than SMTK would put it by default. Tell SMTK where
# to install Python source for the smtk module:
list
(
APPEND extra_cmake_args
"-DSMTK_PYTHON_MODULEDIR:PATH=
${
SuperBuild_BINARY_DIR
}
/install/
python"
)
list
(
APPEND extra_cmake_args
"-DSMTK_PYTHON_MODULEDIR:PATH=python"
)
endif
()
set
(
smtk_libdir lib
)
...
...
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