Files
cs3460-cpp/Assignment2/cmake-build-debug/CMakeFiles/clion-log.txt
2019-09-22 16:36:00 -06:00

13 lines
724 B
Plaintext

/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" /Users/bradybodily/Repositories/CS3460/Assignment2.cpp
CMake Error at CMakeLists.txt:30 (add_dependencies):
Cannot add target-level dependencies to non-existent target "Assignment2".
The add_dependencies works for top-level logical targets created by the
add_executable, add_library, or add_custom_target commands. If you want to
add file-level dependencies see the DEPENDS option of the add_custom_target
and add_custom_command commands.
-- Configuring incomplete, errors occurred!
See also "/Users/bradybodily/Repositories/CS3460/Assignment2.cpp/cmake-build-debug/CMakeFiles/CMakeOutput.log".