Skip to content

Commit

Permalink
Merge pull request #362 from 3MFConsortium/gangatp-patch-1
Browse files Browse the repository at this point in the history
Update CMakeLists.txt to ignore cmake_osx_architecture in TESTS
  • Loading branch information
vijaiaeroastro authored May 13, 2024
2 parents 3a32a3e + e0f5e72 commit 6c92731
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@ option(LIB3MF_TESTS "Switch whether the tests of lib3mf should be build" ON)
message("LIB3MF_TESTS ... " ${LIB3MF_TESTS})

if(LIB3MF_TESTS)
if(APPLE)
# libressl only compiles on arm64
SET(CMAKE_OSX_ARCHITECTURES "x86_64")
endif()
enable_testing()
add_subdirectory(Tests)
endif()
Expand Down

0 comments on commit 6c92731

Please sign in to comment.