Skip to content

Commit 18cce62

Browse files
committed
revert arch settings on macos
1 parent f6f95ce commit 18cce62

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

environments/Qt/apps/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ else()
2626
set (GUIDO_LIBRARY "-L${GUIDODIR}/build/lib -lGUIDOEngine")
2727
endif()
2828

29-
if (APPLE AND NOT IOS)
30-
set(CMAKE_OSX_ARCHITECTURES x86_64)
31-
endif()
32-
3329
set (CMAKE_BUILD_RPATH "${GUIDODIR}/build/lib")
3430
set (CMAKE_SKIP_BUILD_RPATH FALSE)
3531

environments/Qt/libs/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ if (UNIX AND NOT APPLE)
4747
set(CMAKE_CXX_FLAGS -fPIC)
4848
endif()
4949

50-
if (APPLE AND NOT IOS)
51-
set(CMAKE_OSX_ARCHITECTURES x86_64)
52-
endif()
53-
5450
set (LIBDIR ${CMAKE_CURRENT_SOURCE_DIR})
5551

5652
#######################################

environments/Qt/tools/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ elseif(APPLE)
8686
set(EXE MACOSX_BUNDLE)
8787
endif()
8888

89-
if (APPLE AND NOT IOS)
90-
set(CMAKE_OSX_ARCHITECTURES x86_64)
91-
endif()
92-
9389
set (VSRC GuidoQtFontViewer/main.cpp GuidoQtFontViewer/QFontDisplayer.cpp GuidoQtFontViewer/QFontDisplayer.h )
9490
add_executable(${fontviewer} ${EXE} ${VSRC} )
9591
target_include_directories (${fontviewer} PRIVATE ${QTINCDIRS})

0 commit comments

Comments
 (0)