[Openvas-commits] r12094 - trunk/gsd
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Nov 10 14:35:46 CET 2011
Author: mwiegand
Date: 2011-11-10 14:35:45 +0100 (Thu, 10 Nov 2011)
New Revision: 12094
Modified:
trunk/gsd/CMakeLists.txt
trunk/gsd/ChangeLog
Log:
* CMakeLists.txt: Adjust source locations in install command to enable
installation from an out-of-source build.
Modified: trunk/gsd/CMakeLists.txt
===================================================================
--- trunk/gsd/CMakeLists.txt 2011-11-10 13:18:14 UTC (rev 12093)
+++ trunk/gsd/CMakeLists.txt 2011-11-10 13:35:45 UTC (rev 12094)
@@ -201,7 +201,7 @@
add_subdirectory (src)
## Install
-install (FILES src/gsd_log.conf
+install (FILES ${CMAKE_BINARY_DIR}/src/gsd_log.conf
DESTINATION ${OPENVAS_SYSCONF_DIR})
install (FILES src/dash_resources.html
Modified: trunk/gsd/ChangeLog
===================================================================
--- trunk/gsd/ChangeLog 2011-11-10 13:18:14 UTC (rev 12093)
+++ trunk/gsd/ChangeLog 2011-11-10 13:35:45 UTC (rev 12094)
@@ -1,3 +1,8 @@
+2011-11-10 Michael Wiegand <michael.wiegand at greenbone.net>
+
+ * CMakeLists.txt: Adjust source locations in install command to enable
+ installation from an out-of-source build.
+
2011-11-07 Michael Wiegand <michael.wiegand at greenbone.net>
* src/delegate_date_time.cpp, src/delegate_date_time.h,
More information about the Openvas-commits
mailing list