~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Matthieu Baerts
  • Date: 2013-07-27 19:47:37 UTC
  • Revision ID: matttbe@gmail.com-20130727194737-49tzw5mat4l1zl1y
CMakeLists.txt: removed the installation of 'cairo-dock.pc' (no longer used)

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/src/gldit/gldi-module-config.h.in ${CMAKE_CURRENT_SOURCE_DIR}/src/gldit/gldi-module-config.h)  # separated from gldi-config.h because it's architecture-dependant (it contains $libdir), so it can't be installed in /usr/include without causing a conflict between 32 and 64 bits packages.
215
215
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake IMMEDIATE @ONLY)
216
216
 
217
 
########### install files ###############
218
 
 
219
 
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/cairo-dock.pc DESTINATION ${install-pc-path})
220
 
 
221
217
################# Summary #################
222
218
 
223
219
MESSAGE (STATUS)