[PC-BSD Commits] r2047 - pcbsd/trunk/ethernetconfig
svn at pcbsd.org
svn at pcbsd.org
Sat Jun 7 14:13:09 PDT 2008
Author: tim
Date: 2008-06-07 14:13:09 -0700 (Sat, 07 Jun 2008)
New Revision: 2047
Modified:
pcbsd/trunk/ethernetconfig/CMakeLists.txt
Log:
Fix install target
Modified: pcbsd/trunk/ethernetconfig/CMakeLists.txt
===================================================================
--- pcbsd/trunk/ethernetconfig/CMakeLists.txt 2008-06-07 21:00:41 UTC (rev 2046)
+++ pcbsd/trunk/ethernetconfig/CMakeLists.txt 2008-06-07 21:13:09 UTC (rev 2047)
@@ -1,5 +1,6 @@
PROJECT (ethernetconfig)
cmake_minimum_required(VERSION 2.4.0)
+set (CMAKE_INSTALL_PREFIX /)
find_package(Qt3 REQUIRED)
find_package(KDE3 REQUIRED)
More information about the Commits
mailing list