Browse Source

Apps is now ready. Remove that warning

default_compile_flags
vector-of-bool 5 years ago
parent
commit
035d02e530
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      src/dds/build/plan/library.cpp

+ 0
- 4
src/dds/build/plan/library.cpp View File

@@ -76,10 +76,6 @@ library_plan library_plan::create(const library& lib,
source.path.stem().stem().string());
}

if (!app_sources.empty()) {
spdlog::critical("Apps not implemented on this code path!");
}

return library_plan{lib.manifest().name,
lib.path(),
std::move(create_archive),

Loading…
Cancel
Save