[Bf-blender-cvs] [0831b5ce865] cycles_path_guiding: Build: OpenPGL removed version number form the destination folder of the cmake configs

Sebastian Herholz noreply at git.blender.org
Thu Jun 23 16:00:50 CEST 2022


Commit: 0831b5ce865910a427239c29b499c90a740f94a8
Author: Sebastian Herholz
Date:   Thu Jun 23 16:00:23 2022 +0200
Branches: cycles_path_guiding
https://developer.blender.org/rB0831b5ce865910a427239c29b499c90a740f94a8

Build: OpenPGL removed version number form the destination folder of the cmake configs

===================================================================

M	build_files/build_environment/cmake/harvest.cmake

===================================================================

diff --git a/build_files/build_environment/cmake/harvest.cmake b/build_files/build_environment/cmake/harvest.cmake
index 21944071e98..282cc7a7a44 100644
--- a/build_files/build_environment/cmake/harvest.cmake
+++ b/build_files/build_environment/cmake/harvest.cmake
@@ -143,7 +143,7 @@ harvest(embree/include embree/include "*.h")
 harvest(embree/lib embree/lib "*.a")
 harvest(openpgl/include openpgl/include "*.h")
 harvest(openpgl/lib openpgl/lib "*.a")
-harvest(openpgl/lib/cmake/openpgl-${OPENPGL_SHORT_VERSION} openpgl/lib/cmake/openpgl-${OPENPGL_SHORT_VERSION} "*.cmake")
+harvest(openpgl/lib/cmake/openpgl-${OPENPGL_SHORT_VERSION} openpgl/lib/cmake/openpgl "*.cmake")
 harvest(openjpeg/include/openjpeg-${OPENJPEG_SHORT_VERSION} openjpeg/include "*.h")
 harvest(openjpeg/lib openjpeg/lib "*.a")
 harvest(opensubdiv/include opensubdiv/include "*.h")



More information about the Bf-blender-cvs mailing list