Skip to content
Snippets Groups Projects
Commit 3eb032fc authored by Julien Malik's avatar Julien Malik
Browse files

DOC: add comment in CMakeList about the -fPIC

parent c189ce85
Branches
Tags
No related merge requests found
#
# SimpleITK does this check, but it does not seem necessary in our case
# TODO: figure out why SimpleITK needs this...
#
macro(check_PIC_flag Language)
if ( UNIX AND NOT APPLE )
if ( NOT ${CMAKE_CXX_FLAGS} MATCHES "-fPIC")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment