8000 Increase CMake version to resolve developer warnings regarding implic… · unittest-cpp/unittest-cpp@8f7a263 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f7a263

Browse files
committed
Increase CMake version to resolve developer warnings regarding implicit quoted dereference in STREQUAL comparison
1 parent 9eba823 commit 8f7a263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.1)
1+
cmake_minimum_required(VERSION 3.1.0)
22
project(UnitTest++)
33

44
option(UTPP_USE_PLUS_SIGN

0 commit comments

Comments
 (0)
0