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
Stack Of Tasks
eigenpy
Commits
7631a42f
Verified
Commit
7631a42f
authored
Dec 09, 2019
by
Justin Carpentier
Browse files
cmake: do not build *.pyc on WIN32
parent
1907dad3
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/CMakeLists.txt
View file @
7631a42f
...
...
@@ -55,7 +55,9 @@ SET(PYTHON_FILES
)
FOREACH
(
python
${
PYTHON_FILES
}
)
PYTHON_BUILD
(
${
PROJECT_NAME
}
${
python
}
)
IF
(
NOT WIN32
)
PYTHON_BUILD
(
${
PROJECT_NAME
}
${
python
}
)
ENDIF
()
INSTALL
(
FILES
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/eigenpy/
${
python
}
"
DESTINATION
${${
PYWRAP
}
_INSTALL_DIR
}
)
...
...
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