Skip to content
Snippets Groups Projects
Commit 30ce2b58 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

CMake: set default build type

parent 1cb9c0b1
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,8 @@ include("${JRL_CMAKE_MODULES}/base.cmake")
include("${JRL_CMAKE_MODULES}/ide.cmake")
include("${JRL_CMAKE_MODULES}/apple.cmake")
set_default_cmake_build_type("RelWithDebInfo")
# Handle APPLE Cmake policy
if(APPLE)
apply_default_apple_configuration()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment