Skip to content

Commit

Permalink
#2174: load local packages after bundled libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Sep 17, 2024
1 parent 659348e commit 6e8abcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ include(cmake/configure_options.cmake)
include(cmake/check_compiler.cmake)
include(cmake/nvcc_no_deprecated_gpu_targets.cmake)
include(cmake/load_bundled_libraries.cmake)
include(cmake/load_local_packages.cmake)

# Primary VT build
add_subdirectory(src)
Expand Down
3 changes: 0 additions & 3 deletions cmake/load_packages.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
get_directory_property(projHasParent PARENT_DIRECTORY)

# Local packages that VT depends on: checkpoint
include(cmake/load_local_packages.cmake)

# MPI package
include(cmake/load_mpi_package.cmake)

Expand Down

0 comments on commit 6e8abcf

Please sign in to comment.