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
T.J. Corona
CMB-SuperBuild
Commits
05bdca46
Commit
05bdca46
authored
Nov 04, 2015
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shiboken: install to the generic library path
parent
3d311645
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
Projects/shiboken.cmake
Projects/shiboken.cmake
+8
-1
No files found.
Projects/shiboken.cmake
View file @
05bdca46
set
(
shiboken_args
)
if
(
UNIX
)
list
(
APPEND shiboken_args
-DPYTHON_SITE_PACKAGES:STRING=lib/python2.7/site-packages
)
endif
()
add_external_project
(
shiboken
DEPENDS qt python
CMAKE_ARGS
...
...
@@ -5,5 +11,6 @@ add_external_project(shiboken
-DSET_RPATH:BOOL=ON
-DBUILD_SHARED_LIBS:BOOL=ON
-DDISABLE_DOCSTRINGS:BOOL=ON
-DBUILD_TESTS:BOOL=OFF
-DBUILD_TESTS:BOOL=OFF
${
shiboken_args
}
)
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