Skip to content

Commit

Permalink
[cmake] remove message that was only for testing puirposes whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
harrand committed Oct 31, 2024
1 parent 88df6d1 commit 767aa7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ function(topaz_define_package)
set(TOPAZ_PACKAGE_BASE_DIR "${PROJECT_BINARY_DIR}/packages")
set(dependency_list "")
set(package_dir ${TOPAZ_PACKAGE_BASE_DIR}/${TOPAZ_DEFINE_PACKAGE_TARGET}.package)
message(ERROR "package dir: ${package_dir}")

get_target_property(bundle_deps ${TOPAZ_DEFINE_PACKAGE_TARGET} TOPAZ_BUNDLE_DEPENDENCIES)
# Create commands to copy all the bundled files to the package dir.
Expand Down

0 comments on commit 767aa7f

Please sign in to comment.