Completely disable signing on Mac

And ad build of mod-null and don't build it or mod-nyq-bench
unless explicitly requested.
This commit is contained in:
Leland Lucius 2020-02-18 20:18:29 -06:00
parent c82b13871f
commit 1d6dbe5b60
1 changed files with 3 additions and 1 deletions

View File

@ -40,6 +40,7 @@ elseif( APPLE )
set( CMAKE_OSX_ARCHITECTURES x86_64 CACHE INTERNAL "" )
set( CMAKE_OSX_DEPLOYMENT_TARGET 10.7 CACHE INTERNAL "" )
set( CMAKE_OSX_SYSROOT macosx CACHE INTERNAL "" )
set( CMAKE_XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "" CACHE INTERNAL "" )
# Shouldn't cmake do this???
string( APPEND CMAKE_CXX_FLAGS " -stdlib=libc++" )
@ -452,7 +453,8 @@ add_subdirectory( "locale" )
add_subdirectory( "nyquist" )
add_subdirectory( "plug-ins" )
add_subdirectory( "src" )
add_subdirectory( "cmake-proxies/mod-nyq-bench" )
add_subdirectory( "cmake-proxies/mod-null" EXCLUDE_FROM_ALL )
add_subdirectory( "cmake-proxies/mod-nyq-bench" EXCLUDE_FROM_ALL )
add_subdirectory( "cmake-proxies/mod-script-pipe" )
# Uncomment what follows for symbol values.