Skip to content

Commit

Permalink
Merge pull request #49 from lanl/brryan/setupdeps_opts
Browse files Browse the repository at this point in the history
SetupDeps before SetupOptions
  • Loading branch information
Yurlungur authored Jan 24, 2024
2 parents b747492 + 2de8c0b commit 5c6c1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ target_include_directories(singularity-opac::flags
INTERFACE
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}>)

include (SetupOptions)
include (SetupDeps)
include (SetupOptions)
include (SetupCompilers)
include (SetupFlags)

Expand Down
1 change: 1 addition & 0 deletions cmake/SetupDeps.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include(FeatureSummary)
include(CMakeDependentOption)
#=======================================
# Setup CUDAToolkit
# - provideds CUDA::toolkit
Expand Down

0 comments on commit 5c6c1e3

Please sign in to comment.