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
Guilhem Saurel
hpp-fcl
Commits
90665d88
Verified
Commit
90665d88
authored
Dec 07, 2019
by
Justin Carpentier
Browse files
cmake: remove compilation warnings
parent
a8494278
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/CMakeLists.txt
View file @
90665d88
...
...
@@ -11,6 +11,7 @@ macro(add_fcl_test test_name)
)
PKG_CONFIG_USE_DEPENDENCY
(
${
test_name
}
assimp
)
add_test
(
${
test_name
}
${
EXECUTABLE_OUTPUT_PATH
}
/
${
test_name
}
)
target_compile_options
(
${
test_name
}
PRIVATE
"-Wno-c99-extensions"
)
endmacro
(
add_fcl_test
)
include_directories
(
${
CMAKE_CURRENT_BINARY_DIR
}
)
...
...
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