Salome HOME
Porting NETGENPLUGIN SALOME module build procedure to the CMake build system: initial...
[plugins/netgenplugin.git] / doc / salome / examples / CMakeLists.txt
index d77c7ba4947c42ad255525729851c1438724e33b..be426a5856b97e7decfe58d0890ade5f4216e23d 100644 (file)
@@ -17,6 +17,5 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-SET(docdir ${CMAKE_INSTALL_PREFIX}/share/doc/salome)
 FILE(GLOB files "${CMAKE_CURRENT_SOURCE_DIR}/*.py")
-INSTALL(FILES ${files} DESTINATION ${docdir}/examples/NETGENPLUGIN)
+INSTALL(FILES ${files} DESTINATION ${SALOME_INSTALL_DOC}/examples/NETGENPLUGIN)