diff options
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 |