"make install" copies foreign schema to DESTDIR: Closes #5692

An extra GSettings install command leftover from prior commit caused
this problem.
This commit is contained in:
Jim Nelson 2012-08-22 11:38:01 -07:00
parent 5665a4fcf4
commit 1186ea33af

View file

@ -408,10 +408,6 @@ add_custom_command(
${CMAKE_COMMAND} -E copy geary ${CMAKE_BINARY_DIR}/
)
# GSettings
include(GSettings)
add_schemas(geary ${GSETTINGS_DIR})
add_subdirectory(client)
# Console app