summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-10-23 14:20:31 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-10-23 14:21:47 (GMT)
commitd049201facdf788f8560864151f691273bda9c31 (patch)
treeddf40a961666c6e03551f1ec94fffc69d0b92421 /Tests
parent5112a76a175f9be8faf55d64f520977ba5d838b6 (diff)
parentb2d7ab8bd17d0b5ccb1760e1058e670cea8eed49 (diff)
downloadCMake-d049201facdf788f8560864151f691273bda9c31.zip
CMake-d049201facdf788f8560864151f691273bda9c31.tar.gz
CMake-d049201facdf788f8560864151f691273bda9c31.tar.bz2
Merge topic 'GNUInstallDirs-kfreebsd-man'
b2d7ab8bd1 GNUInstallDirs: Don't use BSD info and man paths on GNU/kFreeBSD Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2511
Diffstat (limited to 'Tests')
-rw-r--r--Tests/RunCMake/GNUInstallDirs/RunCMakeTest.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/GNUInstallDirs/RunCMakeTest.cmake b/Tests/RunCMake/GNUInstallDirs/RunCMakeTest.cmake
index b544ba6..e00af58 100644
--- a/Tests/RunCMake/GNUInstallDirs/RunCMakeTest.cmake
+++ b/Tests/RunCMake/GNUInstallDirs/RunCMakeTest.cmake
@@ -1,6 +1,6 @@
include(RunCMake)
-if(SYSTEM_NAME MATCHES "^(.*BSD|DragonFly)$")
+if(SYSTEM_NAME MATCHES "^(([^k].*)?BSD|DragonFly)$")
set(EXPECT_BSD 1)
endif()