Salome HOME
Bos #24043: EDF 23094 - problem with dump. Fix for nested compounds.
[modules/shaper.git] / CMakeLists.txt
index 33861baf115472669be8bdc74ae61aac63dcdb5f..5845708009f42a5654b614ff7b323bb04519a209 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2021  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -24,6 +24,7 @@ SET(${PROJECT_NAME}_MAJOR_VERSION 9)
 SET(${PROJECT_NAME}_MINOR_VERSION 6)
 SET(${PROJECT_NAME}_PATCH_VERSION 0)
 SET(${PROJECT_NAME}_VERSION ${${PROJECT_NAME}_MAJOR_VERSION}.${${PROJECT_NAME}_MINOR_VERSION}.${${PROJECT_NAME}_PATCH_VERSION})
+SET(COMPONENT_NAME SHAPER)
 
 # Ensure a proper linker behavior:
 CMAKE_POLICY(SET CMP0003 NEW)