Skip to content

Commit ee3042f

Browse files
authored
shore(CMake): Update minimum version required for new cmake version (#257)
1 parent bd16293 commit ee3042f

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
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1)
1+
cmake_minimum_required(VERSION 3.5)
22
set(CMAKE_CXX_STANDARD 11)
33
set(ENTITYX_MAJOR_VERSION 1)
44
set(ENTITYX_MINOR_VERSION 1)

0 commit comments

Comments
 (0)