Skip to content

Commit 927f346

Browse files
Update CMake file
1 parent 35a6eec commit 927f346

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
cmake_minimum_required(VERSION 3.1)
1+
cmake_minimum_required(VERSION 3.16) # focal
22
project(pgm_args VERSION 0.4)
33

44
set(CMAKE_CXX_STANDARD 17)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)
66
set(CMAKE_CXX_EXTENSIONS OFF)
77
set(CMAKE_INCLUDE_CURRENT_DIR ON)
8+
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
89

910
####################
1011
# headers

0 commit comments

Comments
 (0)