Cmake cannot generate the SlicerConfig.cmake

I already follow the instruction to build the Slicer inner-build folder in git bash or cmake gui, but it still comes out this error.

Documentation/Nightly/Developers/Build Instructions/Configure - Slicer Wiki

Extensions — 3D Slicer documentation

Now, I use cmake to configure the code in this link first.

GitHub - Slicer/Slicer: Multi-platform, free open source software for visualization and image computing.

The build of this code is fine.

Second, I configure the code of this extension (SlicerVR)

GitHub - KitwareMedical/SlicerVirtualReality: A Slicer extension that enables user to interact with a Slicer scene using virtual reality.

I cannot find out the SlicerConfig.camke in all build folder including Slicer-master’s inner-build folder.

Is it have anything that I forgot to do?

SlicerConfig.cmake is in your inner Slicer-build folder, such as c:\D\S4D\Slicer-build\SlicerConfig.cmake if the file is not there then your Slicer build was incomplete. Check the error messages that you got during the build and resolve them. If you are not sure how then upload the complete build log somewhere and post the link here.

For the first build,

Setting C++ standard
Setting C++ standard - C++14
Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19044.
The C compiler identification is MSVC 19.29.30140.0
The CXX compiler identification is MSVC 19.29.30140.0
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
Detecting C compile features
Detecting C compile features - done
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
Detecting CXX compile features
Detecting CXX compile features - done
Configuring Slicer organization domain [www.na-mic.org]
Configuring Slicer organization name [NA-MIC]
Configuring Slicer default home module [Welcome]
Configuring Slicer default favorite modules [Data, Volumes, Models, Transforms, Markups, SegmentEditor]
Configuring Slicer text of disclaimer at startup [Thank you for using %1!

This software is not intended for clinical use.]
Configuring Slicer requires admin account [OFF]
Configuring Slicer install root [$LOCALAPPDATA/NA-MIC]
Configuring Slicer release type [Experimental]
CMake Warning (dev) at CMake/SlicerMacroExtractRepositoryInfo.cmake:75 (message):
  Skipping repository info extraction: directory [C:/D/S4] is not a GIT or
  SVN checkout
Call Stack (most recent call first):
  CMake/SlicerVersion.cmake:55 (SlicerMacroExtractRepositoryInfo)
  CMakeLists.txt:213 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring Slicer version [4.13.0-]
Configuring Slicer revision [3037]
CMake Warning (dev) at CMake/SlicerMacroExtractRepositoryInfo.cmake:75 (message):
  Skipping repository info extraction: directory [C:/D/S4] is not a GIT or
  SVN checkout
Call Stack (most recent call first):
  CMake/SlicerVersion.cmake:99 (SlicerMacroExtractRepositoryInfo)
  CMakeLists.txt:213 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

Configuring VTK
  Slicer_VTK_RENDERING_BACKEND is OpenGL2
  Slicer_VTK_SMP_IMPLEMENTATION_TYPE is TBB
  Slicer_VTK_VERSION_MAJOR is 9
Configuring Slicer with Qt 5.15.2 (using modules: Core, Widgets, Network, OpenGL, PrintSupport, UiTools, Xml, XmlPatterns, Svg, Sql, Multimedia, MultimediaWidgets, WebEngine, WebEngineWidgets, WebChannel, Script, LinguistTools, Test, )
Setting QT_PLUGINS_DIR: C:/Qt/5.15.2/msvc2019_64/plugins
Setting QT_BINARY_DIR: C:/Qt/5.15.2/msvc2019_64/bin
Setting ExternalData_OBJECT_STORES to 'C:/D/S4D/ExternalData/Objects'
Configuring Slicer for [win-amd64]
Checking if CMake supports https
Checking if CMake supports https - ok
Remote - vtkAddon [OK]
Remote - MultiVolumeExplorer [OK]
Remote - MultiVolumeImporter [OK]
Remote - SimpleFilters [OK]
Remote - BRAINSTools [OK]
Remote - DataStore [OK]
Remote - CompareVolumes [OK]
Remote - LandmarkRegistration [OK]
Remote - SurfaceToolbox [OK]
SuperBuild - First pass
SuperBuild - First pass - done
SuperBuild - Slicer => Requires curl, CTKAppLauncherLib, teem, VTK, ITK, CTK, LibArchive, RapidJSON, SimpleITK, SlicerExecutionModel, qRestAPI, DCMTK, CTKAPPLAUNCHER, python, python-pythonqt-requirements, python-scipy, python-numpy, python-dicom-requirements, python-extension-manager-requirements, python-extension-manager-ssl-requirements, tbb, JsonCpp, 
SuperBuild -   curl => Requires zlib, OpenSSL, 
SuperBuild -     zlib[OK]
SuperBuild -     ZLIB_INCLUDE_DIR:C:/D/S4D/zlib-install/include
SuperBuild -     ZLIB_LIBRARY:C:/D/S4D/zlib-install/lib/zlib.lib
SuperBuild -     ZLIB_ROOT:C:/D/S4D/zlib-install
SuperBuild -     OpenSSL[OK]
SuperBuild -     LIB_EAY_DEBUG:C:/D/S4D/OpenSSL-install/Debug/lib/libcrypto.lib
SuperBuild -     LIB_EAY_RELEASE:C:/D/S4D/OpenSSL-install/Release/lib/libcrypto.lib
SuperBuild -     SSL_EAY_DEBUG:C:/D/S4D/OpenSSL-install/Debug/lib/libssl.lib
SuperBuild -     SSL_EAY_RELEASE:C:/D/S4D/OpenSSL-install/Release/lib/libssl.lib
SuperBuild -     OpenSSL 1.1.1g
SuperBuild -     OPENSSL_LIBRARY_DIR:C:/D/S4D/OpenSSL-install/$(Configuration)/lib
SuperBuild -     OPENSSL_EXPORT_LIBRARY_DIR:C:/D/S4D/OpenSSL-install/$(Configuration)/bin
SuperBuild -     OPENSSL_INCLUDE_DIR:C:/D/S4D/OpenSSL-install/$(Configuration)/include
SuperBuild -     OPENSSL_LIBRARIES:optimized;C:/D/S4D/OpenSSL-install/Release/lib/libssl.lib;debug;C:/D/S4D/OpenSSL-install/Debug/lib/libssl.lib;optimized;C:/D/S4D/OpenSSL-install/Release/lib/libcrypto.lib;debug;C:/D/S4D/OpenSSL-install/Debug/lib/libcrypto.lib
SuperBuild -   curl[OK]
SuperBuild -   CURL_INCLUDE_DIR:C:/D/S4D/curl-install/include
SuperBuild -   CURL_LIBRARY:C:/D/S4D/curl-install/lib/libcurl.lib
SuperBuild -   CTKAppLauncherLib[OK]
SuperBuild -   teem => Requires zlib[INCLUDED], VTK, 
SuperBuild -     VTK => Requires zlib[INCLUDED], python, tbb, 
SuperBuild -       python => Requires bzip2, CTKAPPLAUNCHER, LibFFI, LZMA, zlib[INCLUDED], sqlite, OpenSSL[INCLUDED], 
SuperBuild -         bzip2[OK]
SuperBuild -         BZIP2_INCLUDE_DIR:C:/D/S4D/bzip2
SuperBuild -         BZIP2_LIBRARIES:C:/D/S4D/bzip2-install/lib/libbz2.lib
SuperBuild -         CTKAPPLAUNCHER => Requires CTKResEdit, 
SuperBuild -           CTKResEdit[OK]
SuperBuild -         CTKAPPLAUNCHER[OK]
SuperBuild -         LibFFI[OK]
SuperBuild -         LibFFI_INCLUDE_DIR:C:/D/S4D/LibFFI-install/include
SuperBuild -         LibFFI_LIBRARY:C:/D/S4D/LibFFI-install/lib/ffi_static.lib
SuperBuild -         LZMA[OK]
SuperBuild -         sqlite[OK]
SuperBuild -       python[OK]
SuperBuild -       PYTHON_EXECUTABLE:C:/D/S4D/python-install/bin/PythonSlicer.exe
SuperBuild -       PYTHON_INCLUDE_DIR:C:/D/S4D/python-install/include
SuperBuild -       PYTHON_LIBRARY:C:/D/S4D/python-install/libs/python39.lib
SuperBuild -       PYTHON_DEBUG_LIBRARY:C:/D/S4D/python-install/libs/python39.lib
SuperBuild -       Python3_ROOT_DIR:C:/D/S4D/python-install
SuperBuild -       Python3_INCLUDE_DIR:C:/D/S4D/python-install/include
SuperBuild -       Python3_LIBRARY:C:/D/S4D/python-install/libs/python39.lib
SuperBuild -       Python3_LIBRARY_DEBUG:C:/D/S4D/python-install/libs/python39.lib
SuperBuild -       Python3_LIBRARY_RELEASE:C:/D/S4D/python-install/libs/python39.lib
SuperBuild -       Python3_EXECUTABLE:C:/D/S4D/python-install/bin/PythonSlicer.exe
SuperBuild -       tbb[OK]
SuperBuild -       TBB_DIR:C:/D/S4D/tbb-install/tbb2019_20191006oss/cmake
SuperBuild -     VTK[OK]
SuperBuild -   teem[OK]
SuperBuild -   ITK => Requires zlib[INCLUDED], VTK[INCLUDED], DCMTK, tbb[INCLUDED], 
SuperBuild -     DCMTK => Requires zlib[INCLUDED], 
SuperBuild -     DCMTK[OK]
SuperBuild -   ITK[OK]
SuperBuild -   CTK => Requires VTK[INCLUDED], ITK[INCLUDED], python[INCLUDED], DCMTK[INCLUDED], 
SuperBuild -   CTK[OK]
SuperBuild -   LibArchive => Requires zlib[INCLUDED], zlib[INCLUDED], 
SuperBuild -   LibArchive[OK]
SuperBuild -   RapidJSON[OK]
SuperBuild -   SimpleITK => Requires ITK[INCLUDED], Swig[INCLUDED], python[INCLUDED], python-setuptools, 
SuperBuild -     python-setuptools => Requires python[INCLUDED], python-ensurepip, 
SuperBuild -       python-ensurepip => Requires python[INCLUDED], 
SuperBuild -       python-ensurepip[OK]
SuperBuild -     python-setuptools[OK]
SuperBuild -   SimpleITK[OK]
SuperBuild -   SlicerExecutionModel => Requires ITK[INCLUDED], tbb[INCLUDED], 
SuperBuild -   SlicerExecutionModel[OK]
SuperBuild -   qRestAPI[OK]
SuperBuild -   python-pythonqt-requirements => Requires python[INCLUDED], python-ensurepip[INCLUDED], python-pip, python-setuptools[INCLUDED], python-wheel, 
SuperBuild -     python-pip => Requires python[INCLUDED], python-ensurepip[INCLUDED], python-setuptools[INCLUDED], 
SuperBuild -     python-pip[OK]
SuperBuild -     python-wheel => Requires python[INCLUDED], python-pip[INCLUDED], python-setuptools[INCLUDED], 
SuperBuild -     python-wheel[OK]
SuperBuild -   python-pythonqt-requirements[OK]
SuperBuild -   python-scipy => Requires python[INCLUDED], python-ensurepip[INCLUDED], python-numpy, python-pip[INCLUDED], python-setuptools[INCLUDED], python-wheel[INCLUDED], 
SuperBuild -     python-numpy => Requires python[INCLUDED], python-pip[INCLUDED], python-setuptools[INCLUDED], 
SuperBuild -     python-numpy[OK]
SuperBuild -   python-scipy[OK]
SuperBuild -   python-dicom-requirements => Requires python[INCLUDED], python-numpy[INCLUDED], python-pip[INCLUDED], python-requests-requirements, python-setuptools[INCLUDED], 
SuperBuild -     python-requests-requirements => Requires python[INCLUDED], python-pip[INCLUDED], python-setuptools[INCLUDED], 
SuperBuild -     python-requests-requirements[OK]
SuperBuild -   python-dicom-requirements[OK]
SuperBuild -   python-extension-manager-requirements => Requires python[INCLUDED], python-pip[INCLUDED], python-setuptools[INCLUDED], 
SuperBuild -   python-extension-manager-requirements[OK]
SuperBuild -   python-extension-manager-ssl-requirements => Requires python[INCLUDED], python-pip[INCLUDED], python-requests-requirements[INCLUDED], python-setuptools[INCLUDED], 
SuperBuild -   python-extension-manager-ssl-requirements[OK]
SuperBuild -   JsonCpp[OK]
SuperBuild - Slicer[OK]
Configuring done
Generating done

For SlicerVR build,

Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19044.
CMake Error at CMakeLists.txt:20 (find_package):
  By not providing "FindSlicer.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Slicer", but
  CMake did not find one.

  Could not find a package configuration file provided by "Slicer" with any
  of the following names:

    SlicerConfig.cmake
    slicer-config.cmake

  Add the installation prefix of "Slicer" to CMAKE_PREFIX_PATH or set
  "Slicer_DIR" to a directory containing one of the above files.  If "Slicer"
  provides a separate development package or SDK, be sure it has been
  installed.


Configuring incomplete, errors occurred!
See also "C:/Users/Li/Downloads/SlicerVR_install/CMakeFiles/CMakeOutput.log".

and the output log is,

The system is: Windows - 10.0.19044 - AMD64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler:  
Build flags: /DWIN32;/D_WINDOWS;/W3
Id flags:  

The output was:
0
Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 19/2/2022 10:47:04 PM.
Project "C:\Users\Li\Downloads\SlicerVR_build\CMakeFiles\3.23.0-rc1\CompilerIdC\CompilerIdC.vcxproj" on node 1 (default targets).
PrepareForBuild:
  Creating directory "Debug\".
  Creating directory "Debug\CompilerIdC.tlog\".
InitializeBuildStatus:
  Creating "Debug\CompilerIdC.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\CL.exe /c /nologo /W0 /WX- /diagnostics:column /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc142.pdb" /external:W0 /Gd /TC /FC /errorReport:queue CMakeCCompilerId.c
  CMakeCCompilerId.c
Link:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdC.lib" /MACHINE:X64 Debug\CMakeCCompilerId.obj
  CompilerIdC.vcxproj -> C:\Users\Li\Downloads\SlicerVR_build\CMakeFiles\3.23.0-rc1\CompilerIdC\CompilerIdC.exe
PostBuildEvent:
  for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
  :VCEnd
  CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64\cl.exe
FinalizeBuildStatus:
  Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild".
  Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
Done Building Project "C:\Users\Li\Downloads\SlicerVR_build\CMakeFiles\3.23.0-rc1\CompilerIdC\CompilerIdC.vcxproj" (default targets).

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:01.25


Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"

Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj"

The C compiler identification is MSVC, found in "C:/Users/Li/Downloads/SlicerVR_build/CMakeFiles/3.23.0-rc1/CompilerIdC/CompilerIdC.exe"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler:  
Build flags: /DWIN32;/D_WINDOWS;/W3;/GR;/EHsc
Id flags:  

The output was:
0
Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 19/2/2022 10:47:06 PM.
Project "C:\Users\Li\Downloads\SlicerVR_build\CMakeFiles\3.23.0-rc1\CompilerIdCXX\CompilerIdCXX.vcxproj" on node 1 (default targets).
PrepareForBuild:
  Creating directory "Debug\".
  Creating directory "Debug\CompilerIdCXX.tlog\".
InitializeBuildStatus:
  Creating "Debug\CompilerIdCXX.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\CL.exe /c /nologo /W0 /WX- /diagnostics:column /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc142.pdb" /external:W0 /Gd /TP /FC /errorReport:queue CMakeCXXCompilerId.cpp
  CMakeCXXCompilerId.cpp
Link:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X64 Debug\CMakeCXXCompilerId.obj
  CompilerIdCXX.vcxproj -> C:\Users\Li\Downloads\SlicerVR_build\CMakeFiles\3.23.0-rc1\CompilerIdCXX\CompilerIdCXX.exe
PostBuildEvent:
  for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
  :VCEnd
  CMAKE_CXX_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64\cl.exe
FinalizeBuildStatus:
  Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild".
  Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate".
Done Building Project "C:\Users\Li\Downloads\SlicerVR_build\CMakeFiles\3.23.0-rc1\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets).

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:01.12


Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"

Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"

The CXX compiler identification is MSVC, found in "C:/Users/Li/Downloads/SlicerVR_build/CMakeFiles/3.23.0-rc1/CompilerIdCXX/CompilerIdCXX.exe"

Detecting C compiler ABI info compiled with the following output:
Change Dir: C:/Users/Li/Downloads/SlicerVR_build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe cmTC_f3013.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.



  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30140 for x64

  Copyright (C) Microsoft Corporation.  ?????,????????

  CMakeCCompilerABI.c

  cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_f3013.dir\Debug\\" /Fd"cmTC_f3013.dir\Debug\vc142.pdb" /external:W3 /Gd /TC /errorReport:queue "C:\Users\Li\Downloads\cmake-3.23.0-rc1-windows-x86_64\share\cmake-3.23\Modules\CMakeCCompilerABI.c"

  cmTC_f3013.vcxproj -> C:\Users\Li\Downloads\SlicerVR_build\CMakeFiles\CMakeTmp\Debug\cmTC_f3013.exe




Detecting CXX compiler ABI info compiled with the following output:
Change Dir: C:/Users/Li/Downloads/SlicerVR_build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe cmTC_93c2b.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.



  Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30140 for x64

  Copyright (C) Microsoft Corporation.  ?????,????????

  CMakeCXXCompilerABI.cpp

  cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_93c2b.dir\Debug\\" /Fd"cmTC_93c2b.dir\Debug\vc142.pdb" /external:W3 /Gd /TP /errorReport:queue "C:\Users\Li\Downloads\cmake-3.23.0-rc1-windows-x86_64\share\cmake-3.23\Modules\CMakeCXXCompilerABI.cpp"

  cmTC_93c2b.vcxproj -> C:\Users\Li\Downloads\SlicerVR_build\CMakeFiles\CMakeTmp\Debug\cmTC_93c2b.exe

It is the Slicer build’ s CMakeOutput log,

CMakeOutput.log - Google Drive

It is the SlicerVR’ s CMakeOutput log,

CMakeOutput (1).log - Google Drive

The SlicerConfig.cmake problem have been fixed.
CMake build the SlicerVR 's inner build folder successfully, but it still has some error in building the ALL_BUILD project.

It is the error,

Error	
Code:MSB8066	
Description: Custom build for 'C:\D\S4R\VR\CMakeFiles\b2722ca355788db1cf50ea3d3b39227b\vtkRenderingOpenVR-configure.rule;C:\D\S4R\VR\CMakeFiles\b2722ca355788db1cf50ea3d3b39227b\vtkRenderingOpenVR-build.rule;C:\D\S4R\VR\CMakeFiles\b2722ca355788db1cf50ea3d3b39227b\vtkRenderingOpenVR-install.rule;C:\D\S4R\VR\CMakeFiles\37e6f1e566e55713f40213b1e0af2a1c\vtkRenderingOpenVR-complete.rule;C:\D\S4R\VR\CMakeFiles\229cd6aac049427fbd82d93ebcce8543\vtkRenderingOpenVR.rule' exited with code 1.	
Project: vtkRenderingOpenVR	
File: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets	
Line: 241	


Error	
Code: MSB8066	
Description: Custom build for 'C:\D\S4R\VR\CMakeFiles\0a0467f3e4411c40b9f5b422b63b034f\inner-configure.rule;C:\D\S4R\VR\CMakeFiles\0a0467f3e4411c40b9f5b422b63b034f\inner-build.rule;C:\D\S4R\VR\CMakeFiles\0a0467f3e4411c40b9f5b422b63b034f\inner-forceconfigure.rule;C:\D\S4R\VR\CMakeFiles\0a0467f3e4411c40b9f5b422b63b034f\inner-install.rule;C:\D\S4R\VR\CMakeFiles\37e6f1e566e55713f40213b1e0af2a1c\inner-complete.rule;C:\D\S4R\VR\CMakeFiles\229cd6aac049427fbd82d93ebcce8543\inner.rule' exited with code 1.	
Project: inner	
File: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets	
Line: 241	

I would like to ask that how to fix this error?

The SlicerConfig.cmake problem have been fixed.
CMake build the SlicerVR 's inner build folder successfully, but it still has some error in building the ALL_BUILD project.
If I use Slicer v4.11 in github to build, then It comes out those error,

Error	
Code:MSB8066	
Description: Custom build for 'C:\D\S4R\VR\CMakeFiles\b2722ca355788db1cf50ea3d3b39227b\vtkRenderingOpenVR-configure.rule;C:\D\S4R\VR\CMakeFiles\b2722ca355788db1cf50ea3d3b39227b\vtkRenderingOpenVR-build.rule;C:\D\S4R\VR\CMakeFiles\b2722ca355788db1cf50ea3d3b39227b\vtkRenderingOpenVR-install.rule;C:\D\S4R\VR\CMakeFiles\37e6f1e566e55713f40213b1e0af2a1c\vtkRenderingOpenVR-complete.rule;C:\D\S4R\VR\CMakeFiles\229cd6aac049427fbd82d93ebcce8543\vtkRenderingOpenVR.rule' exited with code 1.	
Project: vtkRenderingOpenVR	
File: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets	
Line: 241	


Error	
Code: MSB8066	
Description: Custom build for 'C:\D\S4R\VR\CMakeFiles\0a0467f3e4411c40b9f5b422b63b034f\inner-configure.rule;C:\D\S4R\VR\CMakeFiles\0a0467f3e4411c40b9f5b422b63b034f\inner-build.rule;C:\D\S4R\VR\CMakeFiles\0a0467f3e4411c40b9f5b422b63b034f\inner-forceconfigure.rule;C:\D\S4R\VR\CMakeFiles\0a0467f3e4411c40b9f5b422b63b034f\inner-install.rule;C:\D\S4R\VR\CMakeFiles\37e6f1e566e55713f40213b1e0af2a1c\inner-complete.rule;C:\D\S4R\VR\CMakeFiles\229cd6aac049427fbd82d93ebcce8543\inner.rule' exited with code 1.	
Project: inner	
File: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets	
Line: 241	

It is the Output message,

Build started...
1>------ Build started: Project: OpenVR, Configuration: Debug x64 ------
2>------ Build started: Project: vtkRenderingOpenVR, Configuration: Debug x64 ------
2>Performing configure step for 'vtkRenderingOpenVR'
2>loading initial cache file C:/D/S4R/VR/vtkRenderingOpenVR-prefix/tmp/vtkRenderingOpenVR-cache-Debug.cmake
2>-- Setting VTK_MODULE_SOURCE_DIR to C:/D/S4R/test/VTK-build/../VTK/Rendering/OpenVR
2>-- Setting VTK_MODULE_NAME to RenderingOpenVR
2>-- Setting VTK_MODULE_CMAKE_MODULE_PATH to C:/D/S4R/test/VTK-build/../VTK/CMake
2>-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19044.
2>CMake Error at CMakeLists.txt:28 (message):
2>  VTK 8.90 or later is required.
2>
2>
2>-- Configuring incomplete, errors occurred!
2>See also "C:/D/S4R/VR/vtkRenderingOpenVR-build/CMakeFiles/CMakeOutput.log".
2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(241,5): error MSB8066: Custom build for 'C:\D\S4R\VR\CMakeFiles\b2722ca355788db1cf50ea3d3b39227b\vtkRenderingOpenVR-configure.rule;C:\D\S4R\VR\CMakeFiles\b2722ca355788db1cf50ea3d3b39227b\vtkRenderingOpenVR-build.rule;C:\D\S4R\VR\CMakeFiles\b2722ca355788db1cf50ea3d3b39227b\vtkRenderingOpenVR-install.rule;C:\D\S4R\VR\CMakeFiles\37e6f1e566e55713f40213b1e0af2a1c\vtkRenderingOpenVR-complete.rule;C:\D\S4R\VR\CMakeFiles\229cd6aac049427fbd82d93ebcce8543\vtkRenderingOpenVR.rule' exited with code 1.
2>Done building project "vtkRenderingOpenVR.vcxproj" -- FAILED.
3>------ Build started: Project: inner, Configuration: Debug x64 ------
3>Performing configure step for 'inner'
3>loading initial cache file C:/D/S4R/VR/inner-prefix/tmp/inner-cache-Debug.cmake
3>-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19044.
3>-- Found PythonLibs: C:/D/S4R/test/python-install/libs/python36.lib (found version "3.6.7")
3>-- Trying to find DCMTK expecting DCMTKConfig.cmake
3>-- Trying to find DCMTK expecting DCMTKConfig.cmake - ok
3>-- RapidJSON found. Headers: ./include/Slicer-4.11
3>-- Trying to find DCMTK expecting DCMTKConfig.cmake
3>-- Trying to find DCMTK expecting DCMTKConfig.cmake - ok
3>-- Found PythonLibs: C:/D/S4R/test/python-install/libs/python36.lib
3>-- Configuring SlicerVirtualReality with Qt 5.15.2 (using modules: Core, Widgets, Multimedia, Network, OpenGL, PrintSupport, UiTools, Xml, XmlPatterns, Svg, Sql, WebEngine, WebEngineWidgets, WebChannel, Script, Test, )
3>-- Setting QT_PLUGINS_DIR: C:/Qt/5.15.2/msvc2019_64/plugins
3>-- Setting QT_BINARY_DIR: C:/Qt/5.15.2/msvc2019_64/bin
3>-- Checking EXTENSION_NAME variable
3>-- Checking EXTENSION_NAME variable - NOTDEFINED
3>-- Checking MODULE_NAME variable
3>-- Checking MODULE_NAME variable - NOTDEFINED
3>-- Checking PROJECT_NAME variable
3>-- Checking PROJECT_NAME variable - SlicerVirtualReality
3>-- Setting EXTENSION_NAME ......................: SlicerVirtualReality
3>-- Adding ConfigureAdditionalLauncherSettings target
3>-- Adding ConfigureAdditionalLauncherSettings target - yes (because configuring inner-build)
3>-- Setting EXTENSION_SOURCE_DIR ................: C:/D/S4/SlicerVirtualReality
3>-- Setting EXTENSION_SUPERBUILD_BINARY_DIR .....: C:/D/S4R/VR
3>-- Setting EXTENSION_BUILD_SUBDIRECTORY ........: inner-build
3>-- Setting MIDAS_PACKAGE_URL ...................: http://slicer.kitware.com/midas3
3>-- Setting MIDAS_PACKAGE_EMAIL .................: OBFUSCATED
3>-- Setting MIDAS_PACKAGE_API_KEY ...............: OBFUSCATED
3>-- Setting EXTENSION_SVNUSERNAME ...............: NOT DEFINED
3>-- Setting EXTENSION_SVNPASSWORD ...............: NOT DEFINED
3>-- Setting EXTENSION_DEPENDS ...................: NA
3>-- Setting EXTENSION_BUILD_SUBDIRECTORY ........: inner-build
3>-- Setting EXTENSION_HOMEPAGE ..................: https://github.com/KitwareMedical/SlicerVirtualReality
3>-- Setting EXTENSION_CONTRIBUTORS ..............: Jean-Baptiste Vimort (Kitware), Jean-Christophe Fillion-Robin (Kitware),  [...]
3>-- Setting EXTENSION_CATEGORY ..................: Virtual Reality
3>-- Setting EXTENSION_ICONURL ...................: https://raw.githubusercontent.com/KitwareMedical/SlicerVirtualReality/mas [...]
3>-- Setting EXTENSION_DESCRIPTION ...............: Allows user to interact with a Slicer scene using virtual reality.
3>-- Setting EXTENSION_SCREENSHOTURLS ............: https://www.slicer.org/w/images/4/49/SlicerVirtualReality_Screenshot1.png [...]
3>-- Setting EXTENSION_ENABLED ...................: 1
3>-- Setting EXTENSION_STATUS ....................: NOT DEFINED
3>-- Setting default for EXTENSION_STATUS ........:
3>-- Could NOT find Subversion (missing: Subversion_SVN_EXECUTABLE)
3>CMake Error at VirtualReality/CMakeLists.txt:9 (find_package):
3>  By not providing "FindvtkRenderingOpenVR.cmake" in CMAKE_MODULE_PATH this
3>  project has asked CMake to find a package configuration file provided by
3>  "vtkRenderingOpenVR", but CMake did not find one.
3>
3>  Could not find a package configuration file provided by
3>  "vtkRenderingOpenVR" with any of the following names:
3>
3>    vtkRenderingOpenVRConfig.cmake
3>    vtkrenderingopenvr-config.cmake
3>
3>  Add the installation prefix of "vtkRenderingOpenVR" to CMAKE_PREFIX_PATH or
3>  set "vtkRenderingOpenVR_DIR" to a directory containing one of the above
3>  files.  If "vtkRenderingOpenVR" provides a separate development package or
3>  SDK, be sure it has been installed.
3>
3>
3>-- Configuring incomplete, errors occurred!
3>See also "C:/D/S4R/VR/inner-build/CMakeFiles/CMakeOutput.log".
3>See also "C:/D/S4R/VR/inner-build/CMakeFiles/CMakeError.log".
3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(241,5): error MSB8066: Custom build for 'C:\D\S4R\VR\CMakeFiles\0a0467f3e4411c40b9f5b422b63b034f\inner-configure.rule;C:\D\S4R\VR\CMakeFiles\0a0467f3e4411c40b9f5b422b63b034f\inner-build.rule;C:\D\S4R\VR\CMakeFiles\0a0467f3e4411c40b9f5b422b63b034f\inner-forceconfigure.rule;C:\D\S4R\VR\CMakeFiles\0a0467f3e4411c40b9f5b422b63b034f\inner-install.rule;C:\D\S4R\VR\CMakeFiles\37e6f1e566e55713f40213b1e0af2a1c\inner-complete.rule;C:\D\S4R\VR\CMakeFiles\229cd6aac049427fbd82d93ebcce8543\inner.rule' exited with code 1.
3>Done building project "inner.vcxproj" -- FAILED.
========== Build: 1 succeeded, 2 failed, 2 up-to-date, 0 skipped ==========

If I use the Slicer-master version in github, then It comes out those error,

error-1

It is the Output message,

Build started...
1>------ Build started: Project: OpenVR, Configuration: Debug x64 ------
2>------ Build started: Project: vtkRenderingOpenVR, Configuration: Debug x64 ------
3>------ Build started: Project: inner, Configuration: Debug x64 ------
3>Performing build step for 'inner'
3>Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
3>Copyright (C) Microsoft Corporation. All rights reserved.
3>
3>  For vtkSlicerVirtualRealityModuleMRML - updating vtkSlicerVirtualRealityModuleMRMLHierarchy.txt
3>  vtkWrapHierarchy: couldn't open file C:/Users/Li/Downloads/Slicer_build/Slicer-build/MRMLCoreHierarchy.txt
3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(241,5): error MSB8066: Custom build for 'C:\D\S4R\1\inner-build\CMakeFiles\2193a776a658189df6b9853d8ffe0a89\vtkSlicerVirtualRealityModuleMRMLHierarchy.stamp.txt.rule' exited with code 1. [C:\D\S4R\1\inner-build\VirtualReality\MRML\vtkSlicerVirtualRealityModuleMRML.vcxproj]
3>  qSlicerSubjectHierarchyVirtualRealityPlugin.cxx
3>C:\Users\Li\Downloads\VTK\Slicer-master\Libs\MRML\Core\vtkObserverManager.h(22,10): fatal error C1083: Cannot open include file: 'vtkObject.h': No such file or directory [C:\D\S4R\1\inner-build\VirtualReality\SubjectHierarchyPlugins\qSlicerVirtualRealitySubjectHierarchyPlugins.vcxproj]
3>  moc_qSlicerSubjectHierarchyVirtualRealityPlugin.cpp
3>C:\Users\Li\Downloads\VTK\Slicer-master\Modules\Loadable\SubjectHierarchy\Widgets\qSlicerSubjectHierarchyAbstractPlugin.h(27,10): fatal error C1083: Cannot open include file: 'QObject': No such file or directory [C:\D\S4R\1\inner-build\VirtualReality\SubjectHierarchyPlugins\qSlicerVirtualRealitySubjectHierarchyPlugins.vcxproj]
3>  Generating Code...
3>  For vtkSlicerVirtualRealityModuleMRML - updating vtkSlicerVirtualRealityModuleMRMLHierarchy.txt
3>  vtkWrapHierarchy: couldn't open file C:/Users/Li/Downloads/Slicer_build/Slicer-build/MRMLCoreHierarchy.txt
3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(241,5): error MSB8066: Custom build for 'C:\D\S4R\1\inner-build\CMakeFiles\2193a776a658189df6b9853d8ffe0a89\vtkSlicerVirtualRealityModuleMRMLHierarchy.stamp.txt.rule;C:\D\S4R\1\inner-build\CMakeFiles\d22f570a736261136b69e35b8fbe20cc\vtkSlicerVirtualRealityModuleMRMLHierarchy.rule' exited with code 1. [C:\D\S4R\1\inner-build\VirtualReality\MRML\vtkSlicerVirtualRealityModuleMRMLHierarchy.vcxproj]
3>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(241,5): error MSB8066: Custom build for 'C:\D\S4R\1\CMakeFiles\ff4a336c0290a25a9e1f5a5e8961d6ea\inner-build.rule;C:\D\S4R\1\CMakeFiles\ff4a336c0290a25a9e1f5a5e8961d6ea\inner-forceconfigure.rule;C:\D\S4R\1\CMakeFiles\ff4a336c0290a25a9e1f5a5e8961d6ea\inner-install.rule;C:\D\S4R\1\CMakeFiles\5bd184956054e086aea34c80e30e37e4\inner-complete.rule;C:\D\S4R\1\CMakeFiles\b30dbca8c923171daf99bd56b0af22da\inner.rule' exited with code 1.
3>Done building project "inner.vcxproj" -- FAILED.
========== Build: 2 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========

I would like to ask that how to fix those error? I have no idea to fix it after I tried different method in internet.

We are in the process of finalizing the update of VTK and also fixing the SlicerVirtualReality extension to account for these changes.

This should be completed in the next few days. Once completed, I suggest you give another try.

References:

So it will be fine, if I change the VTK to other version, such as VTK8. Am I right?

I see a build error on the dashboard - CDash

@cpinter Do you know about this error? Can you build SlicerVirtualReality with latest Slicer master version?

The latest master does not work. We need to integrate this PR

I had the strangest problems on Windows 11 and @dgmato had other problems on his machine that he didn’t have with the previous VTK (the action manifest issue shown in the PR comments, that since then I had too). I want to reinstall the computer and try again, but I simply haven’t found the time yet.

1 Like