diff --git a/projects/unix/paraviewsdk.bundle.cmake b/projects/unix/paraviewsdk.bundle.cmake index f806070a23d117ebd65f8a177e8b856714c809f7..416c50be8c07ae32209ba89c36285a19969a8f58 100644 --- a/projects/unix/paraviewsdk.bundle.cmake +++ b/projects/unix/paraviewsdk.bundle.cmake @@ -73,7 +73,7 @@ endif () ############################################################ # First, grab all the referenced targets from the CMake files -file(GLOB_RECURSE cmake_files "${superbuild_install_location}/lib/cmake/paraview-${paraview_version}/*.cmake") +file(GLOB_RECURSE cmake_files "${superbuild_install_location}/lib/cmake/paraview-${paraview_version}/*-targets-release.cmake") set(libraries_referenced_by_cmake) foreach (cmake_file IN LISTS cmake_files) file(STRINGS "${cmake_file}" lines REGEX "\\\${_IMPORT_PREFIX}[^;\\\">]+")