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

cmake: remove compilation warnings

parent a8494278
No related branches found
No related tags found
No related merge requests found
......@@ -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})
......
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