diff --git a/modules/gfx/pymod/CMakeLists.txt b/modules/gfx/pymod/CMakeLists.txt index 52eac70f7c440e256ffbb9a604eb7a23195c26c0..f77be27fc82cce5dd22cba2dcc8cc4d520c55688 100644 --- a/modules/gfx/pymod/CMakeLists.txt +++ b/modules/gfx/pymod/CMakeLists.txt @@ -23,6 +23,6 @@ set(GRADIENT_FILE gradients.xml ) copy_if_different("./" "${STAGE_DIR}/share/openstructure/scene" - "${GRADIENT_FILE}" "PRESET GRADIENTS" _gfx) + "${GRADIENT_FILE}" "PRESET GRADIENTS" _ost_gfx) install(FILES ${GRADIENT_FILE} DESTINATION "share/openstructure/scene") \ No newline at end of file