Skip to content

Commit

Permalink
SetupDeps before SetupOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
brryan committed Jan 23, 2024
1 parent b747492 commit 4032d88
Showing 1 changed file with 1 addition 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

0 comments on commit 4032d88

Please sign in to comment.