Skip to content

Commit

Permalink
Merge branch 'beta' of github.com:ggarra13/mrv2 into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 12, 2024
2 parents dba0139 + 17b16ee commit 01da096
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/packaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ set( CPACK_PACKAGE_CONTACT "[email protected]")
#
# Experimental support in CPack for multithreading. 0 uses all cores.
#
set( CPACK_THREADS 0 )
if(NOT APPLE)
set( CPACK_THREADS 0 )
endif()

set( MRV2_OS_BITS 32 )
if(CMAKE_SYSTEM_PROCESSOR MATCHES "arm" OR CMAKE_SYSTEM_PROCESSOR MATCHES "aarch")
Expand Down

0 comments on commit 01da096

Please sign in to comment.