From 9be6838380ac6c772a2a408509e110a6e5ea7127 Mon Sep 17 00:00:00 2001 From: f3nix <> Date: Wed, 5 Mar 2008 00:49:34 +0000 Subject: [PATCH] Small CMake fixes. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f80a9886..0e1026a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ PROJECT(kicad) CMAKE_MINIMUM_REQUIRED(VERSION 2.4.6 FATAL_ERROR) -SET(CMAKE_INSTALL_PREFIX /usr/local CACHE PATH "") # Locations for install targets. IF(UNIX) IF(APPLE) @@ -39,4 +38,3 @@ ENDIF(WIN32) # Resources. ADD_SUBDIRECTORY(library) ADD_SUBDIRECTORY(modules) -