1.

What Is The Most Recent Version Covered By The Mastering Cmake Book?

Answer»

A new EDITION of the Mastering CMake book has been released which documents CMake 2.6.

The following features have been added since printing the book:

  1. New INSTALL command (cmake --help-command INSTALL)
  2. New LIST command (cmake --help-command LIST)
  3. Updated FIND_PATH, FIND_PROGRAM, and FIND_FILE commands to be
  4. more powerful (cmake --help-command FIND_PATH)
  5. RPATH and Mac OS X install_name support (cmake --help-command
  6. SET_TARGET_PROPERTIES)
  7. CPack Beta (not FINISHED or documented)
  8. EXECUTE_PROCESS was added and replaces EXEC_PROGRAM
  9. Other changes have been bug fixes and INTERNAL CMake restructuring.

A new edition of the Mastering CMake book has been released which documents CMake 2.6.

The following features have been added since printing the book:



Discussion

No Comment Found