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
OpenMesh
openmesh-python
Commits
482fd3ad
Commit
482fd3ad
authored
Jan 29, 2018
by
Alexander Dielen
Browse files
replaced CMAKE_CXX_FLAGS with CMAKE_POSITION_INDEPENDENT_CODE
parent
5ed89df7
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
482fd3ad
cmake_minimum_required
(
VERSION 2.8.12
)
project
(
openmesh
)
set
(
CMAKE_
CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-fPIC"
)
set
(
CMAKE_
POSITION_INDEPENDENT_CODE ON
)
set
(
OPENMESH_BUILD_PYTHON_BINDINGS OFF
)
add_subdirectory
(
OpenMesh
)
...
...
Alexander Dielen
@adielen
mentioned in commit
1ca334e5
·
Jan 29, 2018
mentioned in commit
1ca334e5
mentioned in commit 1ca334e5794ccb87db77bde0c9d2e23de6dd527a
Toggle commit list
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