[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,
  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
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake


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

2014-07-28 Thread David Cole via CMake
In fact, it's not just a documentation typo.. It occurs three times 
in cmake 'next' and 'master':


$ git grep COPY_ONLY
Help/manual/cmake-packages.7.rst:COPY_ONLY
Modules/Qt4Macros.cmake:  configure_file(${infile} 
${out_depends} COPY_ONLY)
Source/kwsys/CMakeLists.txt:${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 
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
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ


Kitware offers various services to support the CMake community. For 
more

information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html


Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

 
--


Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake