[CMake] Typo in cmake-packages(7)

2014-07-28 Thread Johannes Zarl
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,

Re: [CMake] Typo in cmake-packages(7)

2014-07-28 Thread David Cole via CMake
:${PROJECT_BINARY_DIR}/kwsysPrivate.h COPY_ONLY IMMEDIATE) -Original Message- From: Johannes Zarl johannes.z...@jku.at To: cmake cmake@cmake.org Sent: Mon, Jul 28, 2014 5:06 am Subject: [CMake] Typo in cmake-packages(7) Hi, In cmake-packages(7) [1], there is a typo that prevents the example