mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Merged in fixes (pull request #11)
put `cmake_minimum_required` before `project` Approved-by: Stefan Ritt
This commit is contained in:
commit
65d4f95011
@ -1,6 +1,6 @@
|
|||||||
# CMakeLists.txt for ELOG project
|
# CMakeLists.txt for ELOG project
|
||||||
project(ELOG)
|
|
||||||
cmake_minimum_required(VERSION 3.0)
|
cmake_minimum_required(VERSION 3.0)
|
||||||
|
project(ELOG)
|
||||||
|
|
||||||
# compile options
|
# compile options
|
||||||
option(USE_SSL "Use OpenSSL library for https" ON)
|
option(USE_SSL "Use OpenSSL library for https" ON)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user