Forum Replies Created
Viewing 1 post (of 1 total)
-
AuthorPosts
-
EstefaniaBlocked
Hi Guollaume,
Thank you for your answer. I’ve tried solution 2 and 3. Although, I am still getting the same error. I am going to post here the file then:
CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such asproject(ProjectName)
near the top of the file, but after cmake_minimum_required().
CMake is pretending there is a “project(Project)” command on the first
line.This warning is for project developers. Use -Wno-dev to suppress it. -- The C compiler identification is MSVC 19.26.28805.0 -- The CXX compiler identification is MSVC 19.26.28805.0 -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.17/Modules/ExternalProject.cmake:2454 (message): error: could not find git for clone of eigen Call Stack (most recent call first): C:/Program Files (x86)/CMake/share/cmake-3.17/Modules/ExternalProject.cmake:3267 (_ep_add_download_command) CMakeLists.txt:4 (ExternalProject_Add) -- Configuring incomplete, errors occurred! See also "C:/Users/Teffy/SOFA/build/external_directories/fetched/eigen3/CMakeFiles/CMakeOutput.log". Microsoft (R) Build Engine versi¢n 16.6.0+5ff7b0c9e para .NET Framework Copyright (C) Microsoft Corporation. Todos los derechos reservados. MSBUILD : error MSB1009: El archivo de proyecto no existe. Modificador: ALL_BUILD.vcxproj
Thanks!
-
AuthorPosts
Viewing 1 post (of 1 total)