From 74a8e4dc72a4138c398b0d718ee2d5b10927d906 Mon Sep 17 00:00:00 2001 From: e-erdal Date: Fri, 28 Oct 2022 21:35:02 +0300 Subject: [PATCH] ordering matters --- cmake/bx.cmake | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cmake/bx.cmake b/cmake/bx.cmake index 6ca27ea..7045aa1 100644 --- a/cmake/bx.cmake +++ b/cmake/bx.cmake @@ -59,16 +59,16 @@ elseif( WIN32 ) PUBLIC $ $ ) +elseif( APPLE ) # APPLE is technically UNIX... ORDERING MATTERS! + target_include_directories( bx + PUBLIC + $ + $ ) elseif ( UNIX ) target_include_directories( bx PUBLIC $ $ ) -elseif( APPLE ) - target_include_directories( bx - PUBLIC - $ - $ ) endif() # All configurations