Skip to content

Commit 4117015

Browse files
committed
Fixed CMake version
1 parent f1c0ce4 commit 4117015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 3.3)
15+
cmake_minimum_required(VERSION 3.5)
1616
project(mapcode_cpp)
1717

1818
# The debug configuration adds the "address sanitizer" to check for out of bounds behavior and such.

0 commit comments

Comments
 (0)