Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CGoGN
CGoGN
Commits
7ebfbaa8
Commit
7ebfbaa8
authored
Feb 01, 2013
by
Pierre Kraemer
Browse files
SCHNApps: find python 2.7 in CMakeLists
parent
fe60d51f
Changes
1
Hide whitespace changes
Inline
Side-by-side
SCHNApps/CMakeLists.txt
View file @
7ebfbaa8
...
...
@@ -16,7 +16,7 @@ find_package(LibXml2 REQUIRED)
find_package
(
GLEW REQUIRED
)
find_package
(
Qt4 REQUIRED
)
find_package
(
QGLViewer REQUIRED
)
find_package
(
PythonLibs REQUIRED
)
find_package
(
PythonLibs
2.7
REQUIRED
)
SET
(
QT_USE_QTOPENGL TRUE
)
SET
(
QT_USE_QTXML TRUE
)
...
...
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