Started by user florent.leray@inria.fr Running as SYSTEM Building remotely on medinria-win10 (windows) in workspace c:\d\w The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir c:\d\w\empenn-super\.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/medInria/visages-superproject.git # timeout=10 Fetching upstream changes from https://github.com/medInria/visages-superproject.git > git --version # timeout=10 > git --version # 'git version 2.28.0.windows.1' > git fetch --tags --force --progress -- https://github.com/medInria/visages-superproject.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse "refs/remotes/origin/master^{commit}" # timeout=10 Checking out Revision e2b73b8ac0c01076f01932229493516bd819d739 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f e2b73b8ac0c01076f01932229493516bd819d739 # timeout=10 Commit message: "Adapt to new medinria superproject" First time build. Skipping changelog. [empenn-super-b] $ cmake -G "Visual Studio 15 2017" -D CMAKE_BUILD_TYPE=Release -DCMAKE_GENERATOR_PLATFORM=x64 # will be Win64 for VS 16 2019 -DUSE_GITHUB_SSH:BOOL=ON -DMEDINRIA_SUPERBUILD_DIR:STRING=c:\d\w/${SOURCE_FOLDER}-b c:\d\w\empenn-super -- Selecting Windows SDK version 10.0.17763.0 to target Windows 10.0.19044. -- The C compiler identification is MSVC 19.16.27043.0 -- The CXX compiler identification is MSVC 19.16.27043.0 -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/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/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/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 CMakeLists.txt:56 (find_package): By not providing "FindMEDINRIA_SUPERBUILD.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "MEDINRIA_SUPERBUILD", but CMake did not find one. Could not find a package configuration file provided by "MEDINRIA_SUPERBUILD" with any of the following names: MEDINRIA_SUPERBUILDConfig.cmake medinria_superbuild-config.cmake Add the installation prefix of "MEDINRIA_SUPERBUILD" to CMAKE_PREFIX_PATH or set "MEDINRIA_SUPERBUILD_DIR" to a directory containing one of the above files. If "MEDINRIA_SUPERBUILD" provides a separate development package or SDK, be sure it has been installed. -- Configuring incomplete, errors occurred! See also "C:/d/w/empenn-super-b/CMakeFiles/CMakeOutput.log". Build step 'CMake Build' marked build as failure Finished: FAILURE