Skip to content

Commit

Permalink
Changing cmake keyword from LANGUAGE to LANGUAGES
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Aug 27, 2024
1 parent fb2f0b8 commit b2b1b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/asconnector/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required( VERSION 3.10.3 )
project(asconnector
VERSION 0.0.1
DESCRIPTION "AS connector"
LANGUAGE CXX)
LANGUAGES CXX)

option( ENABLE_BREAKPAD_MINIDUMP "Enables the support for Google Breakpad minidump" ON )

Expand Down

0 comments on commit b2b1b1a

Please sign in to comment.