diff options
Diffstat (limited to 'samples/echobot/CMakeLists.txt')
-rw-r--r-- | samples/echobot/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/echobot/CMakeLists.txt b/samples/echobot/CMakeLists.txt index 26897b6..20f5297 100644 --- a/samples/echobot/CMakeLists.txt +++ b/samples/echobot/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13.4) +cmake_minimum_required(VERSION 3.10.2) project(echobot) set(CMAKE_CXX_STANDARD 14) |