Merged in fixes (pull request #11)

put `cmake_minimum_required` before `project`

Approved-by: Stefan Ritt
This commit is contained in:
Matt Jolly
2023-07-26 11:49:09 +00:00
committed by Stefan Ritt
+1 -1
View File
@@ -1,6 +1,6 @@
# CMakeLists.txt for ELOG project
project(ELOG)
cmake_minimum_required(VERSION 3.0)
project(ELOG)
# compile options
option(USE_SSL "Use OpenSSL library for https" ON)