summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/QCC-CXX.cmake
diff options
context:
space:
mode:
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)