Skip to content

Commit

Permalink
Merge pull request #26 from ThomasDevoogdt/bugfix/no-c++
Browse files Browse the repository at this point in the history
CMakeLists.txt: fix build without C++
  • Loading branch information
MaJerle committed Apr 24, 2023
2 parents dc40db6 + a4de106 commit 772ea86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.22)

# Setup project
project(LwLibPROJECT)
project(LwLibPROJECT C)

if(NOT PROJECT_IS_TOP_LEVEL)
add_subdirectory(lwrb)
Expand Down

0 comments on commit 772ea86

Please sign in to comment.