You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to generate project files for Jinja2Cpp using the latest version of CMake, 3.18.1. I tried with both clang-cl.exe and cl.exe as the compiler for VS2019. In both cases, I got this CMakeError:
-- RapidJSON found. Headers: C:/Jinja2Cpp/thirdparty/json/rapid/include
fatal: Needed a single revision
Unable to find current revision in submodule path 'thirdparty/json/nlohmann'
CMake Error at thirdparty/internal_deps.cmake:41 (add_subdirectory):
The source directory
C:/Jinja2Cpp/thirdparty/json/nlohmann
does not contain a CMakeLists.txt file.
Call Stack (most recent call first):
thirdparty/thirdparty-external-boost.cmake:3 (include)
thirdparty/CMakeLists.txt:44 (include)
CMakeLists.txt:172 (include)
Please help me out here if possible. Is there a way to resolve this?
The text was updated successfully, but these errors were encountered:
I have the same issues with both VC2019 and VC2017 after their upgrade up to 16.7.1 and 15.9.26 respectively... Unfortunately, I guess, it is not going to be fixed...
I tried to generate project files for Jinja2Cpp using the latest version of CMake, 3.18.1. I tried with both clang-cl.exe and cl.exe as the compiler for VS2019. In both cases, I got this CMakeError:
Please help me out here if possible. Is there a way to resolve this?
The text was updated successfully, but these errors were encountered: