From 58fc50700dc0c1cac608979c68fc7e5aaf8874bb Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 21 Oct 2018 07:24:44 +0200 Subject: Fix dep file not used because of wrong path --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 5d43679..8e9cc00 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -98,6 +98,9 @@ using namespace std::chrono; // TODO: Generate compile_commands.json even if compilation fails. This is needed to properly show errors in IDE. +// TODO: If dependencies are using a version that is not within our dependency version range then ask the user if they still want to use the dependency (the closest matching dependency). +// Currently if dependency version does not match, build will always fail with no option to ignore version mismatch. + #if OS_FAMILY == OS_FAMILY_POSIX #define fout std::cout #define ferr std::cerr -- cgit v1.2.3