diff --git a/Plugin/CMakeLists.txt b/Plugin/CMakeLists.txt index f53e987a..577acbb0 100644 --- a/Plugin/CMakeLists.txt +++ b/Plugin/CMakeLists.txt @@ -71,5 +71,5 @@ sofa_create_component_in_package_with_targets( INCLUDE_SOURCE_DIR "src" INCLUDE_INSTALL_DIR "." OPTIMIZE_BUILD_DIR FALSE - RELOCATABLE "../../plugins" + RELOCATABLE_PATH "../../plugins" )