Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
loco-3d
Multicontact-api
Commits
fd44ba1c
Commit
fd44ba1c
authored
Apr 02, 2021
by
Guilhem Saurel
Browse files
[CMake] add extension to fix CMP0115
parent
2557738d
Pipeline
#13863
passed with stage
in 15 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
unittest/CMakeLists.txt
View file @
fd44ba1c
...
...
@@ -11,7 +11,7 @@ SET(${PROJECT_NAME}_TESTS
)
FOREACH
(
TEST
${${
PROJECT_NAME
}
_TESTS
}
)
ADD_UNIT_TEST
(
${
TEST
}
${
TEST
}
)
ADD_UNIT_TEST
(
${
TEST
}
"
${
TEST
}
.cpp"
)
TARGET_LINK_LIBRARIES
(
${
TEST
}
${
PROJECT_NAME
}
${
Boost_LIBRARIES
}
)
ENDFOREACH
(
TEST
${${
PROJECT_NAME
}
_TESTS
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment