diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-21 07:24:44 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:33 +0200 |
commit | 58fc50700dc0c1cac608979c68fc7e5aaf8874bb (patch) | |
tree | 2648de9a3cc9f538498cc8c00cf88b755492e628 /src | |
parent | 2dbd9ec3efae8a3814e6bece0f7ed45038c30380 (diff) |
Fix dep file not used because of wrong path
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 |