Skip to content

Commit 601c8c2

Browse files
committed
Support for >64 CPU systems in NCNN.Fix CMakeLists error.
1 parent 6654b8f commit 601c8c2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,9 @@ endif()
6161
ncnn_add_test(c_api)
6262
ncnn_add_test(cpu)
6363
ncnn_add_test(cpu_large)
64-
ncnn_add_test(cpu_simulation)
6564
ncnn_add_test(expression)
6665
ncnn_add_test(paramdict)
6766

68-
# Add validate_cpu_support test manually
69-
add_executable(test_validate_cpu_support validate_cpu_support.cpp)
70-
target_link_libraries(test_validate_cpu_support ncnn)
71-
add_test(NAME test_validate_cpu_support COMMAND test_validate_cpu_support)
72-
7367
if(NCNN_VULKAN)
7468
ncnn_add_test(command)
7569
endif()

0 commit comments

Comments
 (0)