1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

build: allow relative paths in LINK_DIRECTORIES

This commit is contained in:
Tom Collins
2020-06-23 22:36:20 -07:00
parent f44cacd54e
commit 60c6859c35

View File

@@ -13,6 +13,11 @@ if(POLICY CMP0015)
cmake_policy(SET CMP0015 OLD) cmake_policy(SET CMP0015 OLD)
endif() endif()
# allow relative paths in LINK_DIRECTORIES
if(POLICY CMP0081)
cmake_policy(SET CMP0081 OLD)
endif()
### ###
### Project settings ### Project settings
### ###