Skip to content

Commit

Permalink
#2174: restore cmakelists to original order
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly authored and cz4rs committed Sep 20, 2024
1 parent 49d2ed2 commit 12d185a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,16 @@ set(PROJECT_TOOLS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/tools)
# Import the linking macros for VT-related targets
include(cmake/link_vt.cmake)

# Load packages that are required for core VT build
include(cmake/load_packages.cmake)

# Some options use TPL information (whether Perl was found etc.)
include(cmake/configure_options.cmake)

include(cmake/check_compiler.cmake)
include(cmake/nvcc_no_deprecated_gpu_targets.cmake)
include(cmake/load_bundled_libraries.cmake)

# Load packages that are required for core VT build
# We need to do this after bundled libraries so we avoid library duplication
include(cmake/load_packages.cmake)
include(cmake/check_compiler.cmake)


# Primary VT build
add_subdirectory(src)

Expand Down

0 comments on commit 12d185a

Please sign in to comment.