Skip to content

Commit 8b6b559

Browse files
authored
Merge pull request #33 from zrax/cmake_update
Update CMake minimum to 3.5 to fix warnings on newer CMake versions.
2 parents 81018f3 + 1e1d2a8 commit 8b6b559

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1919
# DEALINGS IN THE SOFTWARE.
2020

21-
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
21+
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
2222
project(string_theory)
2323

2424
# We will detect and use optional features in newer C++ standards,

test/gtest

Submodule gtest updated 225 files

0 commit comments

Comments
 (0)