Remove noisy commented-out code in CMakeLists.txt
Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
parent
21de971a94
commit
ac1148a8b8
|
@ -420,8 +420,6 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
|||
set (BARRIER_BUNDLE_APP_DIR ${BARRIER_BUNDLE_DIR}/Barrier.app)
|
||||
set (BARRIER_BUNDLE_BINARY_DIR ${BARRIER_BUNDLE_APP_DIR}/Contents/MacOS)
|
||||
|
||||
# set (CMAKE_OSX_ARCHITECTURES "arm64;x86_64") <-- disable until we get Qt working on arm64, this is the cause of the build failures
|
||||
|
||||
configure_files (${BARRIER_BUNDLE_SOURCE_DIR} ${BARRIER_BUNDLE_DIR})
|
||||
|
||||
add_custom_target(Barrier_MacOS ALL
|
||||
|
|
Loading…
Reference in New Issue