Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build configuration fails with LIB_PROTO_MUTATOR_TESTING=Off #104

Closed
dende opened this issue Nov 16, 2018 · 0 comments · Fixed by #105
Closed

build configuration fails with LIB_PROTO_MUTATOR_TESTING=Off #104

dende opened this issue Nov 16, 2018 · 0 comments · Fixed by #105

Comments

@dende
Copy link
Contributor

dende commented Nov 16, 2018

When running the following cmake code the configuration fails

cmake .. -GNinja -DCMAKE_C_COMPILER=/usr/bin/clang-7 -DCMAKE_CXX_COMPILER=/usr/bin/clang++-7 -DCMAKE_BUILD_TYPE=Debug -DLIB_PROTO_MUTATOR_TESTING=Off

cmake fails with the following output:

CMake Error at examples/expat/CMakeLists.txt:37 (add_dependencies):
Cannot add target-level dependencies to non-existent target "check".

CMake Error at examples/libfuzzer/CMakeLists.txt:21 (add_dependencies):
Cannot add target-level dependencies to non-existent target "check".

CMake Error at examples/libxml2/CMakeLists.txt:38 (add_dependencies):
Cannot add target-level dependencies to non-existent target "check".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant