Skip to content

Commit

Permalink
Fixed WITH_CUDA flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-iizuka committed Dec 15, 2023
1 parent e291779 commit 0e3dee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
# Dependent libraries
#
find_package(Halide REQUIRED COMPONENTS shared)
if (WITH_CUDA)
if (${WITH_CUDA})
find_package(CUDA REQUIRED)
endif()

Expand Down

0 comments on commit 0e3dee9

Please sign in to comment.