[CMake] Cmake issue regarding conversion of existing Visual Studio .targets files to cmake
David Cole
dlrdave at aol.com
Wed Jul 30 06:07:22 EDT 2014
The problem as reported, is that you're trying to use add_custom_target
with a target named "test" -- but you can't do that with CMake because
"test" is a built-in "well-known" predefined target name.
Other so-called "well-known" target names include "all" "install"
"package" and "package_source". And there may be others. If I can find
a definitive documented list, I'll forward it...
You can use any other name you like, but you should avoid the
pre-defined target names that CMake already uses.
HTH,
David C.
-----Original Message-----
From: Ravi Raman <ravi.raman at Xoriant.Com>
To: cmake <cmake at cmake.org>
Sent: Wed, Jul 30, 2014 12:35 am
Subject: [CMake] Cmake issue regarding conversion of existing Visual
Studio .targets files to cmake
Hi all,
We have reported an issue. It is regarding conversion of existing
Visual Studio .targets files to cmake.
The link for the reported issues is as follows.
http://www.cmake.org/Bug/view.php?id=15044
Kindly let us know if this can be done in cmake.
Thanks & Regards
Ravi Raman
Xoriant Solutions Pvt. Ltd
4th Floor, Winchester, Hiranandani Business Park, Powai, Mumbai 400076,
INDIA.
Tel: +91 22 30511000,9930100026 Extn: 2144 Voip No. 4088344495/96/97/98
Voip Extn:1178| Fax: +91 22 30511111
ravi.raman at xoriant.com| http://www.xoriant.com
--
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