Skip to content

Commit

Permalink
[cmake] Set the language to C++.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Mar 19, 2024
1 parent a6f001d commit 468031a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
cmake_minimum_required(VERSION 3.13)

enable_language(CXX)
set(CMAKE_CXX_EXTENSIONS NO)

include(GNUInstallDirs)

set(CMAKE_MODULE_PATH
Expand Down

0 comments on commit 468031a

Please # to comment.