瀏覽代碼

Silence CMake link interface warning

We don't modify the link interface directly so these warnings are
just useless noise. We could in theory use the new naming instead,
but at least CMake 2.8.12 is buggy and screws up the link when that
policy is active.
tags/v1.6.90
Pierre Ossman 8 年之前
父節點
當前提交
aaa2d0e44c
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      CMakeLists.txt

+ 1
- 0
CMakeLists.txt 查看文件

# #


cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8)
cmake_policy(SET CMP0022 OLD)


# Internal cmake modules # Internal cmake modules
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules)

Loading…
取消
儲存