Skip to content
Snippets Groups Projects
Commit d3d0c419 authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

Set default comp. RELEASE

parent 4a17ac55
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ SET(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/lib) ...@@ -20,7 +20,7 @@ SET(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/lib)
SET(CMAKE_INSTALL_PREFIX /usr/local) SET(CMAKE_INSTALL_PREFIX /usr/local)
IF (NOT CMAKE_BUILD_TYPE) IF (NOT CMAKE_BUILD_TYPE)
SET(CMAKE_BUILD_TYPE "DEBUG") SET(CMAKE_BUILD_TYPE "RELEASE")
ENDIF (NOT CMAKE_BUILD_TYPE) ENDIF (NOT CMAKE_BUILD_TYPE)
MESSAGE(STATUS "Compilation type: ${CMAKE_BUILD_TYPE}") MESSAGE(STATUS "Compilation type: ${CMAKE_BUILD_TYPE}")
......
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