Opened 13 years ago
Closed 13 years ago
#3255 closed Bugs (invalid)
CMake fails
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | spirit |
Version: | Boost 1.39.0 | Severity: | Problem |
Keywords: | Cc: |
Description
CMake won't generate the make files because of this error:
CMake Error at tools/build/CMake/BoostCore.cmake:1389 (add_executable):
add_executable cannot create target "spirit-num_list1" because another target with the same name already exists. The existing target is an executable created in source directory "/home/doriad/src/Boost/libs/spirit/example/karma". See documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
libs/spirit/example/qi/CMakeLists.txt:21 (boost_add_executable)
Note:
See TracTickets
for help on using tickets.
Please resubmit this error report to the maintainers of the CMake build system for Boost.
Regards Hartmut