diff options
author | Brad King <brad.king@kitware.com> | 2017-06-01 17:55:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-06-02 20:26:30 (GMT) |
commit | 913736f17dfb2e51423861c9a74be3a9be3211c8 (patch) | |
tree | 7f6227200f8b3b608e0980f68705728791e6b065 /Tests/RunCMake/GNUInstallDirs/Common.cmake | |
parent | 09e10f0937f971a5314a0b8f46c961c8c6e7fb2c (diff) | |
download | CMake-913736f17dfb2e51423861c9a74be3a9be3211c8.zip CMake-913736f17dfb2e51423861c9a74be3a9be3211c8.tar.gz CMake-913736f17dfb2e51423861c9a74be3a9be3211c8.tar.bz2 |
Tests: Fix RunCMake.GNUInstallDirs on BSD platforms
The `GNUInstallDirs` module has different defaults on BSD platforms.
Update the test expected output to account for the difference.
Fixes: #16887
Diffstat (limited to 'Tests/RunCMake/GNUInstallDirs/Common.cmake')
-rw-r--r-- | Tests/RunCMake/GNUInstallDirs/Common.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Tests/RunCMake/GNUInstallDirs/Common.cmake b/Tests/RunCMake/GNUInstallDirs/Common.cmake index 5f119af..919cd91 100644 --- a/Tests/RunCMake/GNUInstallDirs/Common.cmake +++ b/Tests/RunCMake/GNUInstallDirs/Common.cmake @@ -1,8 +1,5 @@ set(CMAKE_SIZEOF_VOID_P 8) set(CMAKE_LIBRARY_ARCHITECTURE "arch") -if(CMAKE_SYSTEM_NAME STREQUAL "OpenBSD") - set(CMAKE_SYSTEM_NAME "OpenBSD-Fake") -endif() include(GNUInstallDirs) set(dirs BINDIR |