summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/QCC-CXX.cmake
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@gmail.com>2018-12-03 22:18:43 (GMT)
committerCristian Adam <cristian.adam@gmail.com>2018-12-03 22:18:43 (GMT)
commit243b7c40d44df2c8b1cb0dc55e2a11b15d9e6f5d (patch)
tree7a4d048fdf004b8f9aed2d5a4422a63ed28ff418 /Modules/Compiler/QCC-CXX.cmake
parent985a57a1c1ca6989524805bb3e91a222906f88ca (diff)
downloadCMake-243b7c40d44df2c8b1cb0dc55e2a11b15d9e6f5d.zip
CMake-243b7c40d44df2c8b1cb0dc55e2a11b15d9e6f5d.tar.gz
CMake-243b7c40d44df2c8b1cb0dc55e2a11b15d9e6f5d.tar.bz2
QNX: Compiler and feature detection fixes
Tested compiler detection with the QNX 7.0 list of compiler targets: * gcc_ntoaarch64le * gcc_ntoaarch64le_cxx * gcc_ntoarmv7le * gcc_ntoarmv7le_cxx * gcc_ntox86_cxx * gcc_ntoaarch64le_gpp * gcc_ntox86_64_gpp * gcc_ntoarmv7le_gpp * gcc_ntox86_64_cxx * gcc_ntox86 * gcc_ntox86_gpp * gcc_ntox86_64 This commit fixes some of the problems described in: https://cristianadam.eu/20181202/a-better-qnx-cmake-toolchain-file/
Diffstat (limited to 'Modules/Compiler/QCC-CXX.cmake')
-rw-r--r--Modules/Compiler/QCC-CXX.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Compiler/QCC-CXX.cmake b/Modules/Compiler/QCC-CXX.cmake
index e86d1fa..0e7314a 100644
--- a/Modules/Compiler/QCC-CXX.cmake
+++ b/Modules/Compiler/QCC-CXX.cmake
@@ -1,3 +1,6 @@
+# To include compiler feature detection
+include(Compiler/GNU-CXX)
+
include(Compiler/QCC)
__compiler_qcc(CXX)