Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
fix(cmake): i386 arch deprecated on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
xerdink committed Nov 26, 2020
1 parent 730455a commit ab07a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -159,7 +159,7 @@ set_target_properties(${ANAX_LIBRARY_NAME} PROPERTIES
)

if(APPLE)
set_target_properties(${ANAX_LIBRARY_NAME} PROPERTIES OSX_ARCHITECTURES "i386;x86_64;")
set_target_properties(${ANAX_LIBRARY_NAME} PROPERTIES OSX_ARCHITECTURES "x86_64;")
endif()

# Library files
Expand Down

0 comments on commit ab07a73

Please sign in to comment.