You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
After following the instructions in the "Building the C++ package with CMake" section I'm getting the following error:
CMake Error at doc/CMakeLists.txt:19 (add_custom_target):
add_custom_target cannot create target "doc" because another target with
the same name already exists. The existing target is a custom target
created in source directory
"<path to dir location>/gtsam-quadrics-master/gtsam/doc".
See documentation for policy CMP0002 for more details.
After removing the following lines from the CMakeLists.txt:
find_package(Doxygen)
if (DOXYGEN_FOUND)
add_subdirectory(doc)
endif()
The build passed successfully.
Am I'm missing something?
thanks
The text was updated successfully, but these errors were encountered:
Can I confirm what line of the installation instructions you're receiving the error. Is it the cmake --build . -j$(nproc) step or are you running another make <TARGET> step afterwards?
Hi,
After following the instructions in the "Building the C++ package with CMake" section I'm getting the following error:
After removing the following lines from the CMakeLists.txt:
The build passed successfully.
Am I'm missing something?
thanks
The text was updated successfully, but these errors were encountered: