Skip to content

Commit

Permalink
Fixed missing license file after previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad committed Aug 27, 2024
1 parent 9ebed7d commit d9d609c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 3 additions & 0 deletions cmake/ExternalClarius.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Download clarius cast API
include(cmake/Externals.cmake)

# Download license
file(DOWNLOAD https://raw.githubusercontent.com/clariusdev/cast/v11.2.0/LICENSE ${FAST_EXTERNAL_INSTALL_DIR}/licenses/clarius/LICENSE)

if(WIN32)
set(URL "https://github.com/clariusdev/cast/releases/download/v11.2.0/cast-11.2.0-windows.x86_64.zip")
elseif(APPLE)
Expand Down
8 changes: 0 additions & 8 deletions cmake/InstallFAST.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -335,11 +335,3 @@ if(FAST_MODULE_OpenVINO)
)
endif()
endif()

if(FAST_MODULE_Clarius)
install(FILES
${FAST_EXTERNAL_BUILD_DIR}/clarius/src/clarius_headers/LICENSE
DESTINATION fast/licenses/clarius/
COMPONENT fast
)
endif()

0 comments on commit d9d609c

Please sign in to comment.