Skip to content

Commit

Permalink
CMake: disable 'run' test when ENABLE_DPCPP=ON (AMReX-Codes#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
mic84 authored Jun 19, 2020
1 parent e16f97e commit ca2138c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tutorials/Basic/HeatEquation_EX1_CF/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ set (INPUT_FILES ${EXE_DIR}/inputs_${DIM}d )

file ( COPY ${INPUT_FILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR} )

if (NOT ENABLE_CUDA)
if ( (NOT ENABLE_CUDA) AND (NOT ENABLE_DPCPP) )

add_custom_target( run_${EXENAME}
COMMAND
Expand Down

0 comments on commit ca2138c

Please sign in to comment.