当前位置: 首页 > 工具软件 > clBLAS > 使用案例 >

cmake编译clBLAS库出现The LOCATION property should not be read from target "test-correctness". Use the t

姚培
2023-12-01

解决方法

cmake编译带上参数进行编译:

cmake …/src -DBUILD_TEST=False




错误:

-- You have confirmed OpenCL 1.2 is supported in your system
-- Target platform: 64-bit
-- Using default OpenCL Compiler
-- OPENCL_INCLUDE_DIRS: /usr/local/cuda/include
-- FindOpenCL searching for 64-bit libraries
-- FindOpenCL /usr/lib/x86_64-linux-gnu/libOpenCL.so, /usr/local/cuda/include
-- Boost version: 1.65.1
-- Found the following Boost libraries:
--   program_options
-- Boost_PROGRAM_OPTIONS_LIBRARY: /usr/lib/x86_64-linux-gnu/libboost_program_options.a
-- CMAKE_C_COMPILER_MACHINE: x86_64-linux-gnu
-- AutoGemm-PreCompile: no kernels to be pre-compiled.
-- OPENCL_VERSION = 1.2
-- clBLAS will NOT depend on /home/rui/files/clBLAS/build/include/AutoGemmKernelBinaries/AutoGemmKernelBinariesPreCompiled.h
CMake Warning (dev) at tests/CMakeLists.txt:388 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "test-correctness".
  Use the target name directly with add_custom_command, or use the generator
  expression $<TARGET_FILE>, as appropriate.

This warning is for project developers.  Use -Wno-dev to suppress it.
 类似资料: