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
Gabriele Buondonno
pinocchio
Commits
4075af40
Commit
4075af40
authored
Apr 01, 2016
by
Justin Carpentier
Browse files
[CMake] Set requiered version of Python to 2.7
parent
a1ca5268
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
4075af40
...
...
@@ -94,7 +94,7 @@ ENDIF ( )
# ----------------------------------------------------
IF
(
EIGENPY_FOUND
)
FINDPYTHON
(
)
FINDPYTHON
(
2.7 EXACT REQUIRED
)
MAKE_DIRECTORY
(
"
${${
PROJECT_NAME
}
_BINARY_DIR
}
/lib/python/
${
PROJECT_NAME
}
"
)
# --- COMPILE WRAPPER
...
...
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