So I figured out the answer to:<br><br>Can anyone point me on a path which would help me figure out what
(global project settings) in dcmtk could be causing these kinds of
changes in my unrelated nbody project?<br><br>I removed (i.e. the force to use earlier version):<br><br># check required version of CMake<br>CMAKE_MINIMUM_REQUIRED(VERSION 2.0)<br>#IF(CMAKE_BACKWARDS_COMPATIBILITY GREATER 2.0.6)<br>
#  SET(CMAKE_BACKWARDS_COMPATIBILITY 2.0.6 CACHE STRING &quot;Latest version of CMake when this project was released.&quot; FORCE)<br>#ENDIF(CMAKE_BACKWARDS_COMPATIBILITY GREATER 2.0.6)<br><br>in dcmtk lib and the nbody app compiles.  Why?<br>
<br>Brian.<br>