mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 19:54:57 +08:00
Added a policy to suppress a warning in Windows.
This commit is contained in:
parent
a726a78c55
commit
30df56e4a0
@ -1,6 +1,10 @@
|
|||||||
## Project Setup
|
## Project Setup
|
||||||
cmake_minimum_required(VERSION 2.4.6)
|
cmake_minimum_required(VERSION 2.4.6)
|
||||||
|
|
||||||
|
if(COMMAND cmake_policy)
|
||||||
|
cmake_policy(SET CMP0003 NEW)
|
||||||
|
endif(COMMAND cmake_policy)
|
||||||
|
|
||||||
project(Serial)
|
project(Serial)
|
||||||
|
|
||||||
## Configurations
|
## Configurations
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user