Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DBraun committed Apr 4, 2024
1 parent 02724cb commit 8a63a17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ cmake_minimum_required(VERSION 3.13.0 FATAL_ERROR)
set(VERSION 0.4.2)
project(TD-Faust VERSION ${VERSION})

# 10-digit alphanumeric developer ID
set(CMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM "$ENV{CMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM}")

set(SndFile_DIR ${SndFile_DIR})

message(STATUS "TD-Faust external")
Expand Down
3 changes: 0 additions & 3 deletions faust2touchdesigner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ cmake_minimum_required(VERSION 3.13.0 FATAL_ERROR)
set(VERSION 0.0.1)
project(${OP_TYPE} VERSION ${VERSION})

# 10-digit alphanumeric developer ID
set(CMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM "$ENV{CMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM}")

set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT ${OP_TYPE})

set(TOUCHDESIGNER_INC ${PROJECT_SOURCE_DIR}/../thirdparty/TouchDesigner/)
Expand Down

0 comments on commit 8a63a17

Please sign in to comment.