Skip to content

Commit 802eea7

Browse files
authored
Merge pull request #211 from jcarpent/topic/cmake
Set default CMAKE_BUILD_TYPE value
2 parents 7437d98 + ff7bac6 commit 802eea7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ include(CMakeDependentOption)
5252

5353
# If needed, set CMake policy for APPLE systems
5454
apply_default_apple_configuration()
55+
set_default_cmake_build_type(Release)
5556

5657
option(BUILD_PYTHON_INTERFACE "Build the Python bindings" OFF)
5758
option(INITIALIZE_EIGEN_WITH_NAN "Initialize Eigen objects with NAN values" OFF)

0 commit comments

Comments
 (0)