From 5a00c45962046ce2ef97f5714a050a69349d91e9 Mon Sep 17 00:00:00 2001 From: Matt Woodward Date: Tue, 29 Sep 2020 19:34:21 +1000 Subject: [PATCH 1/2] Remove FindPal++.cmake --- FindPal++.cmake | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 FindPal++.cmake diff --git a/FindPal++.cmake b/FindPal++.cmake deleted file mode 100644 index d039871..0000000 --- a/FindPal++.cmake +++ /dev/null @@ -1,6 +0,0 @@ -include("GenericFindDependency") -option(pal++_ENABLE_TESTS "" OFF) -GenericFindDependency( - TARGET pal++ - SOURCE_DIR libpal_cpp -) \ No newline at end of file From 88ecd3a5658cd1da8046ff815f15d0830f7a12f8 Mon Sep 17 00:00:00 2001 From: Matt Woodward Date: Tue, 29 Sep 2020 19:38:31 +1000 Subject: [PATCH 2/2] FindPal addition targets pal++ --- FindPal.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/FindPal.cmake b/FindPal.cmake index 03b2d8a..ce1709e 100644 --- a/FindPal.cmake +++ b/FindPal.cmake @@ -3,4 +3,5 @@ option(pal_ENABLE_TESTS "" OFF) option(pal_ENABLE_EXAMPLES "" OFF) GenericFindDependency( TARGET pal + ADDITIONAL_TARGETS pal++ )