HomeFreeBSD

misc/ncnn: unbreak after 51a9ba187752 via bundling

Description

misc/ncnn: unbreak after 51a9ba187752 via bundling

CMake Warning at /usr/local/lib/cmake/OSDependentTargets.cmake:2 (message):

Using `OSDependentTargets.cmake` is deprecated: use `find_package(glslang)`
to find glslang CMake targets.

Call Stack (most recent call first):

CMakeLists.txt:481 (include)

CMake Error at /usr/local/lib/cmake/OSDependentTargets.cmake:5 (include):

include could not find requested file:

  /usr/local/lib/cmake/../../lib/glslang/glslang-targets.cmake

Call Stack (most recent call first):

CMakeLists.txt:481 (include)

CMake Error at /usr/local/lib/cmake/OSDependentTargets.cmake:8 (add_library):

add_library cannot create ALIAS target "OSDependent" because target
"glslang::OSDependent" does not already exist.

Call Stack (most recent call first):

CMakeLists.txt:481 (include)

CMake Warning at /usr/local/lib/cmake/OGLCompilerTargets.cmake:2 (message):

Using `OGLCompilerTargets.cmake` is deprecated: use `find_package(glslang)`
to find glslang CMake targets.

Call Stack (most recent call first):

CMakeLists.txt:482 (include)

CMake Error at /usr/local/lib/cmake/OGLCompilerTargets.cmake:5 (include):

include could not find requested file:

  /usr/local/lib/cmake/../../lib/glslang/glslang-targets.cmake

Call Stack (most recent call first):

CMakeLists.txt:482 (include)

CMake Error at /usr/local/lib/cmake/OGLCompilerTargets.cmake:8 (add_library):

add_library cannot create ALIAS target "OGLCompiler" because target
"glslang::OGLCompiler" does not already exist.

Call Stack (most recent call first):

CMakeLists.txt:482 (include)

CMake Warning at /usr/local/lib/cmake/HLSLTargets.cmake:2 (message):

Using `HLSLTargets.cmake` is deprecated: use `find_package(glslang)` to
find glslang CMake targets.

Call Stack (most recent call first):

CMakeLists.txt:485 (include)

CMake Error at /usr/local/lib/cmake/HLSLTargets.cmake:5 (include):

include could not find requested file:

  /usr/local/lib/cmake/../../lib/glslang/glslang-targets.cmake

Call Stack (most recent call first):

CMakeLists.txt:485 (include)

CMake Error at /usr/local/lib/cmake/HLSLTargets.cmake:8 (add_library):

add_library cannot create ALIAS target "HLSL" because target
"glslang::HLSL" does not already exist.

Call Stack (most recent call first):

CMakeLists.txt:485 (include)

CMake Warning at /usr/local/lib/cmake/glslangTargets.cmake:2 (message):

Using `glslangTargets.cmake` is deprecated: use `find_package(glslang)` to
find glslang CMake targets.

Call Stack (most recent call first):

CMakeLists.txt:487 (include)

CMake Error at /usr/local/lib/cmake/glslangTargets.cmake:5 (include):

include could not find requested file:

  /usr/local/lib/cmake/../../lib/glslang/glslang-targets.cmake

Call Stack (most recent call first):

CMakeLists.txt:487 (include)

CMake Error at /usr/local/lib/cmake/glslangTargets.cmake:11 (add_library):

add_library cannot create ALIAS target "glslang" because target
"glslang::glslang" does not already exist.

Call Stack (most recent call first):

CMakeLists.txt:487 (include)

CMake Error at /usr/local/lib/cmake/glslangTargets.cmake:12 (add_library):

add_library cannot create ALIAS target "MachineIndependent" because target
"glslang::MachineIndependent" does not already exist.

Call Stack (most recent call first):

CMakeLists.txt:487 (include)

CMake Error at /usr/local/lib/cmake/glslangTargets.cmake:13 (add_library):

add_library cannot create ALIAS target "GenericCodeGen" because target
"glslang::GenericCodeGen" does not already exist.

Call Stack (most recent call first):

CMakeLists.txt:487 (include)

CMake Warning at /usr/local/lib/cmake/SPIRVTargets.cmake:2 (message):

Using `SPIRVTargets.cmake` is deprecated: use `find_package(glslang)` to
find glslang CMake targets.

Call Stack (most recent call first):

CMakeLists.txt:488 (include)

CMake Error at /usr/local/lib/cmake/SPIRVTargets.cmake:5 (include):

include could not find requested file:

  /usr/local/lib/cmake/../../lib/glslang/glslang-targets.cmake

Call Stack (most recent call first):

CMakeLists.txt:488 (include)

CMake Error at /usr/local/lib/cmake/SPIRVTargets.cmake:8 (add_library):

add_library cannot create ALIAS target "SPIRV" because target
"glslang::SPIRV" does not already exist.

Call Stack (most recent call first):

CMakeLists.txt:488 (include)

CMake Warning at CMakeLists.txt:491 (message):

glslang or SPIRV target not found! NCNN_SYSTEM_GLSLANG will be turned off.

CMake Error at CMakeLists.txt:499 (message):

The submodules were not downloaded! Please update submodules with "git
submodule update --init" and try again.

This reverts commit 3fb41287be4428e362311ead29135c264d19d4fd.

Details

Provenance
jbeichAuthored on Oct 13 2022, 8:52 PM
Parents
R11:51a9ba187752: graphics/glslang: update to 11.12.0
Branches
Unknown
Tags
Unknown
Reverts
R11:3fb41287be44: misc/ncnn: unbreak new VULKAN feature after r539362