aboutsummaryrefslogtreecommitdiff
path: root/project/cmake
diff options
context:
space:
mode:
authorh.udo <hudokkow@gmail.com>2016-05-04 11:02:18 +0100
committerh.udo <hudokkow@gmail.com>2016-05-18 11:10:34 +0100
commit5c0899e716f73b5aff4e93a1535223c383765595 (patch)
treeed2f8c512f66691f91767439758998092ed1b17f /project/cmake
parent3ec246ea1d397ac1d7e335f086a06c779dcec017 (diff)
[cmake][freebsd] Change Macros.cmake and PathSetup.cmake to symlinks
Diffstat (limited to 'project/cmake')
l---------[-rw-r--r--]project/cmake/scripts/freebsd/Macros.cmake2
l---------[-rw-r--r--]project/cmake/scripts/freebsd/PathSetup.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/project/cmake/scripts/freebsd/Macros.cmake b/project/cmake/scripts/freebsd/Macros.cmake
index 5c44e0d32f..2fdbb255f9 100644..120000
--- a/project/cmake/scripts/freebsd/Macros.cmake
+++ b/project/cmake/scripts/freebsd/Macros.cmake
@@ -1 +1 @@
-include(../linux/Macros.cmake)
+../linux/Macros.cmake \ No newline at end of file
diff --git a/project/cmake/scripts/freebsd/PathSetup.cmake b/project/cmake/scripts/freebsd/PathSetup.cmake
index ba372a4c33..6786c1c131 100644..120000
--- a/project/cmake/scripts/freebsd/PathSetup.cmake
+++ b/project/cmake/scripts/freebsd/PathSetup.cmake
@@ -1 +1 @@
-include(${PROJECT_SOURCE_DIR}/scripts/linux/PathSetup.cmake)
+../linux/PathSetup.cmake \ No newline at end of file