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
Guilhem Saurel
eigenpy
Commits
3e66def2
Unverified
Commit
3e66def2
authored
Oct 22, 2019
by
Justin Carpentier
Committed by
GitHub
Oct 22, 2019
Browse files
Merge pull request #96 from seanyen/windows_fix1
Fix MSVC compile errors
parents
47fe4309
eca7fd67
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3e66def2
...
...
@@ -122,6 +122,7 @@ SET(${PROJECT_NAME}_SOURCES
ADD_LIBRARY
(
${
PROJECT_NAME
}
SHARED
${${
PROJECT_NAME
}
_SOURCES
}
${${
PROJECT_NAME
}
_HEADERS
}
)
SET_TARGET_PROPERTIES
(
${
PROJECT_NAME
}
PROPERTIES OUTPUT_NAME
"
${
PROJECT_NAME
}${
PYTHON_SOABI
}
"
)
TARGET_COMPILE_OPTIONS
(
${
PROJECT_NAME
}
PRIVATE $<$<CXX_COMPILER_ID:MSVC>:-bigobj>
)
TARGET_LINK_BOOST_PYTHON
(
${
PROJECT_NAME
}
)
PKG_CONFIG_USE_DEPENDENCY
(
${
PROJECT_NAME
}
eigen3
)
...
...
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