13 lines
724 B
Plaintext
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".
|