diff --git a/CMakeLists.txt b/CMakeLists.txt index b34b014..e34cb89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,8 +53,8 @@ target_include_directories(singularity-opac::flags INTERFACE $) -include (SetupOptions) include (SetupDeps) +include (SetupOptions) include (SetupCompilers) include (SetupFlags) diff --git a/cmake/SetupDeps.cmake b/cmake/SetupDeps.cmake index d7782b1..16455f5 100644 --- a/cmake/SetupDeps.cmake +++ b/cmake/SetupDeps.cmake @@ -1,4 +1,5 @@ include(FeatureSummary) +include(CMakeDependentOption) #======================================= # Setup CUDAToolkit # - provideds CUDA::toolkit