Skip to content

Commit

Permalink
fix ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Oct 30, 2023
1 parent 6218356 commit 98f5dd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utilities/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ FetchContent_MakeAvailable(glm)
FetchContent_Declare(Thrust
GIT_REPOSITORY https://github.com/NVIDIA/thrust.git
GIT_TAG 2.1.0
GIT_SHALLOW TRUE
GIT_PROGRESS TRUE
FIND_PACKAGE_ARGS NAMES Thrust
)
FetchContent_MakeAvailable(Thrust)
Expand Down

0 comments on commit 98f5dd6

Please sign in to comment.