mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 09:31:35 +08:00
Move eigen to third party (#282)
* remove useless statement * Add eigen to third_party dir * remove reducdant lines
This commit is contained in:
11
third_party/eigen/scripts/eigen_gen_split_test_help.cmake
vendored
Normal file
11
third_party/eigen/scripts/eigen_gen_split_test_help.cmake
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#!cmake -P
|
||||
file(WRITE split_test_helper.h "")
|
||||
foreach(i RANGE 1 999)
|
||||
file(APPEND split_test_helper.h
|
||||
"#if defined(EIGEN_TEST_PART_${i}) || defined(EIGEN_TEST_PART_ALL)\n"
|
||||
"#define CALL_SUBTEST_${i}(FUNC) CALL_SUBTEST(FUNC)\n"
|
||||
"#else\n"
|
||||
"#define CALL_SUBTEST_${i}(FUNC)\n"
|
||||
"#endif\n\n"
|
||||
)
|
||||
endforeach()
|
Reference in New Issue
Block a user