build_all icon indicating copy to clipboard operation
build_all copied to clipboard

installation failure (dx12_present_barrier)

Open kyamant opened this issue 2 years ago • 0 comments

installation failed due to DX12SDK not being present. DX12SDK has been end-of-lifed, WindowsSDK is used from windows 7 forward! What are these supposed to be for a contemporary(!) installation? Could NOT find DX12SDK (missing: DX12SDK_INCLUDE_DIR DX12SDK_LIBRARY_DIR DX12SDK_D3D_LIBRARIES)

-- -------------------------------
-- Processing Project dx12_present_barrier:
-- BASE_DIRECTORY = D:/Personal/Projects/ProjNvProSamples
-- CMAKE_CURRENT_SOURCE_DIR = D:/Personal/Projects/ProjNvProSamples/dx12_present_barrier
CMake Error at D:/Program Files/CMake/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find DX12SDK (missing: DX12SDK_INCLUDE_DIR DX12SDK_LIBRARY_DIR
  DX12SDK_D3D_LIBRARIES)
Call Stack (most recent call first):
  D:/Program Files/CMake/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  D:/Personal/Projects/ProjNvProSamples/nvpro_core/cmake/find/FindDX12SDK.cmake:43 (find_package_handle_standard_args)
  D:/Personal/Projects/ProjNvProSamples/nvpro_core/cmake/setup.cmake:546 (find_package)
  CMakeLists.txt:35 (_add_package_DirectX12)


-- Configuring incomplete, errors occurred!

kyamant avatar Sep 23 '22 05:09 kyamant