File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,6 @@ else()
2626 set (GUIDO_LIBRARY "-L${GUIDODIR} /build/lib -lGUIDOEngine" )
2727endif ()
2828
29- if (APPLE AND NOT IOS)
30- set (CMAKE_OSX_ARCHITECTURES x86_64)
31- endif ()
32-
3329set (CMAKE_BUILD_RPATH "${GUIDODIR} /build/lib" )
3430set (CMAKE_SKIP_BUILD_RPATH FALSE )
3531
Original file line number Diff line number Diff line change @@ -47,10 +47,6 @@ if (UNIX AND NOT APPLE)
4747 set (CMAKE_CXX_FLAGS -fPIC)
4848endif ()
4949
50- if (APPLE AND NOT IOS)
51- set (CMAKE_OSX_ARCHITECTURES x86_64)
52- endif ()
53-
5450set (LIBDIR ${CMAKE_CURRENT_SOURCE_DIR} )
5551
5652#######################################
Original file line number Diff line number Diff line change @@ -86,10 +86,6 @@ elseif(APPLE)
8686 set (EXE MACOSX_BUNDLE )
8787endif ()
8888
89- if (APPLE AND NOT IOS)
90- set (CMAKE_OSX_ARCHITECTURES x86_64)
91- endif ()
92-
9389set (VSRC GuidoQtFontViewer/main.cpp GuidoQtFontViewer/QFontDisplayer.cpp GuidoQtFontViewer/QFontDisplayer.h )
9490add_executable (${fontviewer} ${EXE} ${VSRC} )
9591target_include_directories (${fontviewer} PRIVATE ${QTINCDIRS} )
You can’t perform that action at this time.
0 commit comments