Skip to content

Commit

Permalink
Merge pull request Andersbakken#499 from cslux/master
Browse files Browse the repository at this point in the history
Use /usr/local as install prefix on Darwin.
  • Loading branch information
Andersbakken committed Oct 30, 2015
2 parents b0db023 + a6b7590 commit c2f020a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ cmake_minimum_required(VERSION 2.8.6)
project(rtags)
set(CMAKE_LEGACY_CYGWIN_WIN32 0)

if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
set(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "Default install path" FORCE)
endif()

if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release CACHE STRING
"Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel." FORCE)
Expand Down

0 comments on commit c2f020a

Please sign in to comment.