Small CMake fixes.

This commit is contained in:
f3nix 2008-03-05 00:49:34 +00:00
parent 647aef38fe
commit 9be6838380
1 changed files with 0 additions and 2 deletions

View File

@ -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)