Just use APPLE instead of IS_OSX for compiling in ObjC++

This commit is contained in:
Donny Lawrence 2018-05-31 22:16:25 -05:00
parent a70ccf5d13
commit 3a678fb738
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ set(P3SHOWBASE_FILES
showBase.cxx
showBase.h)
set(P3SHOWBASE_EXTRA_ARGS "")
if(IS_OSX)
if(APPLE)
list(APPEND P3SHOWBASE_FILES showBase_assist.mm)
endif()