Skip to content

Commit

Permalink
correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
hcq9102 committed Dec 8, 2023
1 parent 4012055 commit e50107f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 138 deletions.
8 changes: 4 additions & 4 deletions apps/choleskey/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
project(choleskey_stdpar LANGUAGES CXX)
project(cholesky_stdpar LANGUAGES CXX)

add_executable(choleskey_serial choleskey_serial.cpp)
add_executable(cholesky_serial cholesky_serial.cpp)
target_include_directories(
choleskey_serial
cholesky_serial
PRIVATE ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_LIST_DIR}/../../include
${ARGPARSE_INCLUDE_DIR} ${MDSPAN_INCLUDE_DIR})
target_link_libraries(choleskey_serial hpcpp-core)
target_link_libraries(cholesky_serial hpcpp-core)

add_executable(choleskey_stdpar choleskey_stdpar.cpp)
target_link_libraries(choleskey_stdpar stdexec hpcpp-core)
Expand Down
134 changes: 0 additions & 134 deletions apps/choleskey/choleskey_serial.cpp

This file was deleted.

0 comments on commit e50107f

Please sign in to comment.