Skip to content

Commit

Permalink
Removed packaging threads.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 12, 2024
1 parent 0529173 commit 17b16ee
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 17b16ee

Please sign in to comment.