[Insight-developers] CMake minimum version number
Cory Quammen
cquammen at cs.unc.edu
Thu Apr 18 16:00:00 EDT 2013
I just tried to configure ITK master with CMake 2.8.2 because that was
the CMake that happened to be on the system. I get the following
error:
CMake Error at Modules/ThirdParty/DCMTK/CMakeLists.txt:182 (include):
include could not find load file:
/DCMTKGitTag.cmake
This line is
include(${CMAKE_CURRENT_LIST_DIR}/DCMTKGitTag.cmake)
Problem is, CMAKE_CURRENT_LIST_DIR isn't defined until CMake 2.8.3.
Seems to me that the minimum version of ITK should be bumped up to at
least 2.8.3. It is currently 2.8.
Thanks,
Cory
--
Cory Quammen
Research Associate
Department of Computer Science
The University of North Carolina at Chapel Hill
More information about the Insight-developers
mailing list