mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add nvc++ support
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
c59332d74a
commit
26e2c4f617
@@ -75,7 +75,8 @@ macro(ei_add_test_internal testname testname_with_suffix)
|
||||
|
||||
# let the user pass flags.
|
||||
if(${ARGC} GREATER 2)
|
||||
target_compile_options(${targetname} PRIVATE ${ARGV2})
|
||||
separate_arguments(compile_options NATIVE_COMMAND ${ARGV2})
|
||||
target_compile_options(${targetname} PRIVATE ${compile_options})
|
||||
endif()
|
||||
|
||||
if(EIGEN_TEST_CUSTOM_CXX_FLAGS)
|
||||
|
||||
Reference in New Issue
Block a user