summaryrefslogtreecommitdiff
path: root/Modules/FindCUDA/parse_cubin.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/FindCUDA/parse_cubin.cmake')
-rw-r--r--Modules/FindCUDA/parse_cubin.cmake14
1 files changed, 7 insertions, 7 deletions
diff --git a/Modules/FindCUDA/parse_cubin.cmake b/Modules/FindCUDA/parse_cubin.cmake
index 2518c6852..94be7e2cb 100644
--- a/Modules/FindCUDA/parse_cubin.cmake
+++ b/Modules/FindCUDA/parse_cubin.cmake
@@ -65,11 +65,11 @@ if (${file_text} MATCHES ".+")
# Skip the rest of this block.
# message("Skipping ${entry}")
# set(skip TRUE)
- # else (${entry} MATCHES "^_")
+ # else ()
message("Kernel: ${entry}")
- # endif (${entry} MATCHES "^_")
+ # endif ()
- endif(${entry} MATCHES "[^g]name = ([^ ]+)")
+ endif()
# Skip the rest of the block if necessary
if(NOT skip)
@@ -96,14 +96,14 @@ if (${file_text} MATCHES ".+")
message("")
endif()
- endif(NOT skip)
+ endif()
- endforeach(entry)
+ endforeach()
- endif(line MATCHES "^code")
+ endif()
- endforeach(line)
+ endforeach()
else()
# message("FOUND NO DEPENDS")