[Insight-developers] ITK Modularization transition pushed

Williams, Norman K norman-k-williams at uiowa.edu
Thu Mar 10 12:01:06 EST 2011


1. Used git pullall to get a clean tree.
2. Configured (in an empty build directory) thusly:

cmake -DITK_BUILD_ALL_MODULES:BOOL=On \
-DCMAKE_C_FLAGS:STRING="-Wall -Wextra" \
-DCMAKE_CXX_FLAGS:STRING="-Wall -Wextra" \
-DCMAKE_BUILD_TYPE:STRING=Debug \
-DBUILD_SHARED_LIBS:BOOL=On ../ITK

I get these errors:

CMake Error at ITK/Utilities/NIFTI/src/nifti/znzlib/CMakeLists.txt:13
(set_target_properties):
  set_target_properties called with illegal arguments, maybe missing a
  PROPERTIES specifier?


CMake Error at ITK/Utilities/NIFTI/src/nifti/niftilib/CMakeLists.txt:13
(set_target_properties):
  set_target_properties called with illegal arguments, maybe missing a
  PROPERTIES specifier?

If I change to -DBUILD_SHARED_LIBS:BOOL=Off it works fine.



________________________________
Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may be legally privileged.  If you are not the intended recipient, you are hereby notified that any retention, dissemination, distribution, or copying of this communication is strictly prohibited.  Please reply to the sender that you have received the message in error, then delete it.  Thank you.
________________________________


More information about the Insight-developers mailing list