Sfoglia il codice sorgente

* fixed cmake tests

master
bergmann 5 anni fa
parent
commit
2bebe84546
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Vedi File

@@ -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 )


Caricamento…
Annulla
Salva