[CMake] Typo in cmake-packages(7)

Johannes Zarl johannes.zarl at jku.at
Mon Jul 28 04:59:45 EDT 2014


Hi,

In cmake-packages(7) [1], there is a typo that prevents the example from 
working correctly.

The command
> configure_file(cmake/ClimbingStatsConfig.cmake
>   "${CMAKE_CURRENT_BINARY_DIR}/ClimbingStats/ClimbingStatsConfig.cmake"
>   COPY_ONLY
> )

should use "COPYONLY", not "COPY_ONLY".

Cheers,
  Johannes



P.S.: I really like the new documentation website. Kudos to whoever had the 
idea for this!


[1] http://www.cmake.org/cmake/help/git-master/manual/cmake-
packages.7.html#creating-packages


More information about the CMake mailing list