Skip to content

Commit

Permalink
Drop superfluous language from CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur committed Jan 15, 2023
1 parent 8fa7b60 commit 146174e
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,5 +1,5 @@
cmake_minimum_required(VERSION 3.12)
project(backtrace_crashpad LANGUAGES C CXX)
project(backtrace_crashpad LANGUAGES CXX)

if (UNIX AND NOT APPLE)
set(LINUX TRUE)
Expand Down

0 comments on commit 146174e

Please sign in to comment.