Explorar el Código

Merge branch 'master' of https://git.lemmasoftware.org/Lemma

enhancement_3
Trevor Irons hace 8 años
padre
commit
e77a7b6355
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      CMakeLists.txt

+ 4
- 0
CMakeLists.txt Ver fichero

32
 	set(LABEL_SUFFIX "static")
32
 	set(LABEL_SUFFIX "static")
33
 endif()
33
 endif()
34
 
34
 
35
+if (NOT CMAKE_BUILD_TYPE)
36
+  set(CMAKE_BUILD_TYPE "Release")
37
+endif()
38
+
35
 ###################
39
 ###################
36
 # External Projects
40
 # External Projects
37
 ###################
41
 ###################

Loading…
Cancelar
Guardar