Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 597cc33a authored by Ken Martin's avatar Ken Martin Committed by David E. DeMarle
Browse files

fix ios build issues

The framework was using the vtk version but it was not set
yet in the CMakeLists file.

Old 32 bit architecture was on by default. Rmeoved.

(cherry picked from commit bc4923bd)
parent c4751b8f
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ file(REMOVE_RECURSE ${INSTALL_DIR}) ...@@ -13,7 +13,7 @@ file(REMOVE_RECURSE ${INSTALL_DIR})
# Define default architectures to compile for # Define default architectures to compile for
set(IOS_SIMULATOR_ARCHITECTURES "x86_64" set(IOS_SIMULATOR_ARCHITECTURES "x86_64"
CACHE STRING "iOS Simulator Architectures") CACHE STRING "iOS Simulator Architectures")
set(IOS_DEVICE_ARCHITECTURES "arm64;armv7" set(IOS_DEVICE_ARCHITECTURES "arm64"
CACHE STRING "iOS Device Architectures") CACHE STRING "iOS Device Architectures")
list(REMOVE_DUPLICATES IOS_SIMULATOR_ARCHITECTURES) list(REMOVE_DUPLICATES IOS_SIMULATOR_ARCHITECTURES)
list(REMOVE_DUPLICATES IOS_DEVICE_ARCHITECTURES) list(REMOVE_DUPLICATES IOS_DEVICE_ARCHITECTURES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment