CubiCAD icon indicating copy to clipboard operation
CubiCAD copied to clipboard

errors when configure

Open 173619070 opened this issue 2 years ago • 0 comments

Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19045. Utils lib: C:/Users/ads/Downloads/CubiCAD/src/utils/utils.cpp CMake Error at cmake/CompilerWarnings.cmake:71 (list): list does not recognize sub-command PROJECT_WARNINGS Call Stack (most recent call first): CMakeLists.txt:68 (set_project_warnings)

Attempting auto locate Vulkan using CMake...... TRUE CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.25/Modules/FindVulkan.cmake:228 (message): Ignoring unknown component 'FATAL_ERROR'.

The find_package() command documents no such argument. Call Stack (most recent call first): CMakeLists.txt:187 (find_package) This warning is for project developers. Use -Wno-dev to suppress it.

Including Win32 support VMA_BUILD_SAMPLE = OFF VMA_BUILD_SAMPLE_SHADERS = OFF VMA_BUILD_REPLAY = OFF VMA_RECORDING_ENABLED = OFF VMA_STATIC_VULKAN_FUNCTIONS = ON VMA_DYNAMIC_VULKAN_FUNCTIONS = OFF VMA_DEBUG_ALWAYS_DEDICATED_MEMORY = OFF VMA_DEBUG_INITIALIZE_ALLOCATIONS = OFF VMA_DEBUG_GLOBAL_MUTEX = OFF VMA_DEBUG_DONT_EXCEED_MAX_MEMORY_ALLOCATION_COUNT = OFF Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) nfd Platform: PLATFORM_WIN32 nfd Compiler: COMPILER_MSVC Downloading shaderc dependencies CMake Warning (dev) at lib/shaderc/CMakeLists.txt:16 (project): Policy CMP0048 is not set: project() command manages VERSION variables. Run "cmake --help-policy CMP0048" for policy details. Use the cmake_policy command to set the policy and suppress this warning.

The following variable(s) would be set to empty:

PROJECT_VERSION
PROJECT_VERSION_MAJOR
PROJECT_VERSION_MINOR
PROJECT_VERSION_PATCH

This warning is for project developers. Use -Wno-dev to suppress it.

Shaderc: build type is "Debug". Configuring Shaderc to avoid building tests. Configuring Shaderc to avoid building examples. Configuring Shaderc to check copyrights. asciidoctor was not found - no documentation will be generated Using Debug VC++ CRT: MTd Using Release VC++ CRT: MT Using MinSizeRel VC++ CRT: MT Using RelWithDebInfo VC++ CRT: MT Using Debug VC++ CRT: MTd Google Mock was not found - tests based on that will not build optimizer enabled CMake Warning (dev) at lib/shaderc/libshaderc_util/CMakeLists.txt:15 (project): Policy CMP0048 is not set: project() command manages VERSION variables. Run "cmake --help-policy CMP0048" for policy details. Use the cmake_policy command to set the policy and suppress this warning.

The following variable(s) would be set to empty:

PROJECT_VERSION
PROJECT_VERSION_MAJOR
PROJECT_VERSION_MINOR
PROJECT_VERSION_PATCH

This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at lib/shaderc/libshaderc/CMakeLists.txt:15 (project): Policy CMP0048 is not set: project() command manages VERSION variables. Run "cmake --help-policy CMP0048" for policy details. Use the cmake_policy command to set the policy and suppress this warning.

The following variable(s) would be set to empty:

PROJECT_VERSION
PROJECT_VERSION_MAJOR
PROJECT_VERSION_MINOR
PROJECT_VERSION_PATCH

This warning is for project developers. Use -Wno-dev to suppress it.

Detected shaders to build: PBR_basic.frag;PBR_basic.vert;alchemy_ssao.comp;culling_indirect.comp;horizontal_blur.comp;quad.vert;uv.frag;vertical_blur.comp;viewport_selector.frag Building shaders with following arguments: -O Configuring incomplete, errors occurred! See also "C:/Users/ads/Downloads/CubiCAD/build/CMakeFiles/CMakeOutput.log". See also "C:/Users/ads/Downloads/CubiCAD/build/CMakeFiles/CMakeError.log".

173619070 avatar Sep 29 '23 13:09 173619070