Skip to content

Commit 72ca9a2

Browse files
committed
fixed names in cmake script
1 parent 46fc137 commit 72ca9a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

csound7_tilde/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if(APPLE)
66
set(CMAKE_CXX_COMPILER "c++")
77
endif()
88

9-
project(csound6_tilde)
9+
project(csound7_tilde)
1010

1111
# coerce CMake not to set isysroot
1212
set(CMAKE_OSX_SYSROOT "")
@@ -43,10 +43,10 @@ find_package(CSOUND)
4343

4444
if(PD_HEADER_PATH)
4545
if(WIN32)
46-
set(pdname "csound6_tilde${PD_EXTENSION}")
46+
set(pdname "csound7_tilde${PD_EXTENSION}")
4747
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_WIN32 -D__x86_64__")
4848
else()
49-
set(pdname "csound6~${PD_EXTENSION}")
49+
set(pdname "csound7~${PD_EXTENSION}")
5050
endif()
5151
add_library(pdcsound MODULE src/csoundapi_tilde.c)
5252
target_include_directories(pdcsound PRIVATE

0 commit comments

Comments
 (0)