We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278758f commit ca3c179Copy full SHA for ca3c179
CMakeLists.txt
@@ -109,5 +109,4 @@ endforeach()
109
foreach(execid mnist simple sine)
110
add_executable(${execid} example/${execid}.f90)
111
target_link_libraries(${execid} neural ${LIBS})
112
- #add_test(example_${execid} bin/example_${execid})
113
endforeach()
0 commit comments