Skip to content

Commit

Permalink
fixed Cmakelists.txt for macos check
Browse files Browse the repository at this point in the history
  • Loading branch information
klintan committed Jun 23, 2019
1 parent b0e145a commit 6023cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unity/AirLibWrapper/AirsimWrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ BuildAirsimWrapper()


###################### Link source files to library ######################################
if (${MACOSX})
if (${APPLE})
add_library(
${PROJECT_NAME} MODULE
${RPC_LIBRARY_SOURCE_FILES}
Expand Down

0 comments on commit 6023cb9

Please sign in to comment.