mirror of
https://github.com/ohwgiles/laminar.git
synced 2024-10-27 20:34:20 +00:00
cmake: set CMP0058 to NEW
This commit is contained in:
parent
792c69a0bb
commit
5606f4addc
@ -18,6 +18,7 @@
|
|||||||
###
|
###
|
||||||
project(laminar)
|
project(laminar)
|
||||||
cmake_minimum_required(VERSION 2.8)
|
cmake_minimum_required(VERSION 2.8)
|
||||||
|
cmake_policy(SET CMP0058 NEW)
|
||||||
|
|
||||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user