Skip to content
Snippets Groups Projects
Verified Commit 7b0aa0a6 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: remove useless TARGET_LINK_LIBRARIES

parent d0746035
No related branches found
No related tags found
No related merge requests found
#
# Copyright (c) 2015-2018 CNRS
# Copyright (c) 2015-2019 CNRS INRIA
#
# ----------------------------------------------------
......@@ -57,7 +57,6 @@ ADD_BENCH(timings-cholesky TRUE)
# timings derivatives
ADD_BENCH(timings-derivatives TRUE)
TARGET_LINK_LIBRARIES(timings-derivatives ${PROJECT_NAME})
IF(CPPAD_FOUND)
PKG_CONFIG_USE_DEPENDENCY(timings-derivatives "cppad")
ENDIF(CPPAD_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment