Skip to content

Commit

Permalink
Fixing package name and added minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjomier committed Aug 22, 2023
1 parent 4005337 commit 2765c15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
cmake_minimum_required(VERSION 3.20)
project(multiai_endoscopy CXX)


# Holoscan
find_package(Holoscan REQUIRED CONFIG
find_package(holoscan 0.6 REQUIRED CONFIG
PATHS "/opt/nvidia/holoscan" "/workspace/holoscan-sdk/install")

add_executable(multiai_endoscopy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
cmake_minimum_required(VERSION 3.20)
project(multi_ai CXX)


# Holoscan
find_package(Holoscan REQUIRED CONFIG
find_package(holoscan 0.6 REQUIRED CONFIG
PATHS "/opt/nvidia/holoscan" "/workspace/holoscan-sdk/install")

# Enable cuda language
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
cmake_minimum_required(VERSION 3.20)
project(multi_ai CXX)


# Holoscan
find_package(Holoscan REQUIRED CONFIG
find_package(holoscan 0.6 REQUIRED CONFIG
PATHS "/opt/nvidia/holoscan" "/workspace/holoscan-sdk/install")

# Enable cuda language
Expand Down

0 comments on commit 2765c15

Please sign in to comment.