Skip to content

Commit

Permalink
default to release build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechnobear committed Apr 28, 2020
1 parent a41deda commit 6213c5c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ cmake_minimum_required(VERSION 2.8.11)

project(Mi4Pd)


if (NOT EXISTS ${CMAKE_BINARY_DIR}/CMakeCache.txt)
if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "" FORCE)
endif()
endif()

set(PROJECT_NAME Mi4Pd)
set(CMAKE_OSX_ARCHITECTURES "i386;x86_64")

Expand Down

0 comments on commit 6213c5c

Please sign in to comment.