mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 11:44:53 +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
|
||||
cmake_minimum_required(VERSION 2.4.6)
|
||||
|
||||
if(COMMAND cmake_policy)
|
||||
cmake_policy(SET CMP0003 NEW)
|
||||
endif(COMMAND cmake_policy)
|
||||
|
||||
project(Serial)
|
||||
|
||||
## Configurations
|
||||
@ -113,4 +117,4 @@ IF(NOT SERIAL_DONT_CONFIGURE_INSTALL)
|
||||
TARGET uninstall
|
||||
)
|
||||
ENDIF(UNIX)
|
||||
ENDIF(NOT SERIAL_DONT_CONFIGURE_INSTALL)
|
||||
ENDIF(NOT SERIAL_DONT_CONFIGURE_INSTALL)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user