summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorFred Baksik <fdk17@ftml.net>2022-03-16 20:25:17 (GMT)
committerFred Baksik <fdk17@ftml.net>2022-03-17 23:11:46 (GMT)
commitbdb213819c8e3b5191a7832c4b8fa1aca4b1335f (patch)
tree7d7be9a9b93a6de3f6ab0b9872ab886dba2cfdf1 /Modules
parentb3e9c7290114df08f5fb2660ea13108bf5344a6d (diff)
downloadCMake-bdb213819c8e3b5191a7832c4b8fa1aca4b1335f.zip
CMake-bdb213819c8e3b5191a7832c4b8fa1aca4b1335f.tar.gz
CMake-bdb213819c8e3b5191a7832c4b8fa1aca4b1335f.tar.bz2
GHS: Do not include WindowsPaths
This causes issues where CMAKE_SYSTEM_PREFIX_PATH contains incorrect paths. GHS is a cross-compiler toolchain and doesn't use anything in these locations. Also WindowsPaths are always wrong on Linux hosts.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Platform/GHS-MULTI.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/Platform/GHS-MULTI.cmake b/Modules/Platform/GHS-MULTI.cmake
index 60a15c4..5b28f29 100644
--- a/Modules/Platform/GHS-MULTI.cmake
+++ b/Modules/Platform/GHS-MULTI.cmake
@@ -13,5 +13,3 @@ set(GHSMULTI 1)
set(CMAKE_FIND_LIBRARY_PREFIXES "")
set(CMAKE_FIND_LIBRARY_SUFFIXES ".a")
-
-include(Platform/WindowsPaths)