Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errors when configure #3

Open
173619070 opened this issue Sep 29, 2023 · 0 comments
Open

errors when configure #3

173619070 opened this issue Sep 29, 2023 · 0 comments

Comments

@173619070
Copy link

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant