Skip to content

Commit

Permalink
Fix initialisation of the VAMP_SDK_PATH variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Aug 19, 2024
1 parent 483aca3 commit 9325854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if(NOT EXISTS ${VAMP_SDK_PATH})
EXCLUDE_FROM_ALL
)
FetchContent_MakeAvailable(vamp-plugin-sdk)
set(VAMP_SDK_PATH ${vamp-plugin-sdk_SOURCE_DIR})
set(VAMP_SDK_PATH ${vamp-plugin-sdk_SOURCE_DIR} CACHE PATH "The path to the Vamp plugin SDK" FORCE)

message(STATUS "Vamp Plugin SDK cloned in " ${VAMP_SDK_PATH})
endif()
Expand Down

0 comments on commit 9325854

Please sign in to comment.