We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7437d98 + ff7bac6 commit 802eea7Copy full SHA for 802eea7
CMakeLists.txt
@@ -52,6 +52,7 @@ include(CMakeDependentOption)
52
53
# If needed, set CMake policy for APPLE systems
54
apply_default_apple_configuration()
55
+set_default_cmake_build_type(Release)
56
57
option(BUILD_PYTHON_INTERFACE "Build the Python bindings" OFF)
58
option(INITIALIZE_EIGEN_WITH_NAN "Initialize Eigen objects with NAN values" OFF)
cmake-module
0 commit comments