[CMake] Typo in cmake-packages(7)
David Cole
dlrdave at aol.com
Mon Jul 28 06:22:11 EDT 2014
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.zarl at jku.at>
To: cmake <cmake at 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
More information about the CMake
mailing list