Skip to content

Commit

Permalink
Update CMake minimum version from 3.13. to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
paxbun committed Oct 25, 2021
1 parent 2039708 commit 7b964f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2021 Chanjung Kim. All rights reserved.
# Licensed under the MIT License.

cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.12)

project(
laplace-eq-therm-server-core
Expand Down

0 comments on commit 7b964f0

Please sign in to comment.