Skip to content

Commit

Permalink
Merge pull request #1 from sloretz-test/bump_cmake_cmp0048
Browse files Browse the repository at this point in the history
Bump CMake version to avoid CMP0048
  • Loading branch information
nickswalker authored Jul 24, 2020
2 parents 962f82a + 30b674e commit bd90d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(knowledge_representation)

set(CMAKE_CXX_STANDARD 11)
Expand Down

0 comments on commit bd90d07

Please sign in to comment.