diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 67e0eaa..a239dfb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required (VERSION 3.0.0 FATAL_ERROR) -project (jaucpp) +cmake_minimum_required (VERSION 3.13.0 FATAL_ERROR) +project (jaucpp LANGUAGES C CXX) FIND_PACKAGE (Threads REQUIRED) |