CMakeLists.txt 842 B

123456789101112131415
  1. # The commands in this directory are intended to be executed as
  2. # the end of the whole configuration process, as a "last step".
  3. # This directory is typically the last SUBDIRS in the main CMakeLists.txt.
  4. # It enable the above commands to use variables that might have been configured
  5. # in previous SUBDIRS. This is especially important when it comes to
  6. # the CONFIGURE_FILE command, since in IMMEDIATE mode that command will
  7. # use the current values of CMake variables instead of waiting until the
  8. # end of CMakeLists processing, i.e. instead of waiting until some variables
  9. # are configured in SUBDIRS.
  10. #-----------------------------------------------------------------------------
  11. # Create the CTKConfig.cmake file containing the CTK configuration.
  12. # Since it might generate configuration file depending
  13. INCLUDE(CTKGenerateCTKConfig.cmake)