summaryrefslogtreecommitdiffstats
path: root/tools/enum_parser
diff options
context:
space:
mode:
Diffstat (limited to 'tools/enum_parser')
-rw-r--r--tools/enum_parser/enum_parser/bin/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/enum_parser/enum_parser/bin/CMakeLists.txt b/tools/enum_parser/enum_parser/bin/CMakeLists.txt
index a681d385f3e..fc7b1ee73ce 100644
--- a/tools/enum_parser/enum_parser/bin/CMakeLists.txt
+++ b/tools/enum_parser/enum_parser/bin/CMakeLists.txt
@@ -8,6 +8,6 @@
if (APPLE)
include(CMakeLists.darwin.txt)
-elseif (UNIX)
+elseif (UNIX AND NOT APPLE)
include(CMakeLists.linux.txt)
endif()