"docs/vscode:/vscode.git/clone" did not exist on "b43ab2dd5de927afae1d96d59b1cc8a706d2195a"
Commit 8e8f9c3e authored by Paul's avatar Paul
Browse files

Remove commented code

parent 69bfcfb8
...@@ -150,11 +150,3 @@ test_headers(migraph/cpu ${CMAKE_SOURCE_DIR}/src/targets/cpu/include/migraph/cpu ...@@ -150,11 +150,3 @@ test_headers(migraph/cpu ${CMAKE_SOURCE_DIR}/src/targets/cpu/include/migraph/cpu
if(MIGRAPH_ENABLE_GPU) if(MIGRAPH_ENABLE_GPU)
test_headers(migraph/gpu ${CMAKE_SOURCE_DIR}/src/targets/gpu/include/migraph/gpu/*.hpp) test_headers(migraph/gpu ${CMAKE_SOURCE_DIR}/src/targets/gpu/include/migraph/gpu/*.hpp)
endif() endif()
# file(GLOB HEADERS ${CMAKE_SOURCE_DIR}/src/include/migraph/*.hpp)
# file(GLOB HEADERS ${CMAKE_SOURCE_DIR}/src/targets/cpu/include/migraph/cpu/*.hpp)
# foreach(HEADER ${HEADERS})
# get_filename_component(BASE_NAME ${HEADER} NAME_WE)
# test_header(header_${BASE_NAME} migraph/${BASE_NAME}.hpp)
# endforeach()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment