mirror of
https://github.com/preble/libpinproc
synced 2026-02-22 18:15:25 +01:00
build: allow relative paths in LINK_DIRECTORIES
This commit is contained in:
@@ -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
|
||||||
###
|
###
|
||||||
|
|||||||
Reference in New Issue
Block a user