Explorar el Código

* fixed cmake tests

master
bergmann hace 5 años
padre
commit
2bebe84546
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Ver fichero

@@ -1,7 +1,7 @@
# Initialize CMake ################################################################################

CMake_Minimum_Required ( VERSION 3.5.1 FATAL_ERROR )
Include ( CTest )
If ( NOT CMAKE_BUILD_TYPE )
Set ( CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build!" FORCE )
EndIf ( NOT CMAKE_BUILD_TYPE )


Cargando…
Cancelar
Guardar