Skip to content

Commit c431aee

Browse files
committed
[cmake] Set project language explicitly.
1 parent 6782033 commit c431aee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10)
2-
project(PortAudio VERSION 19.8)
2+
project(PortAudio VERSION 19.8 LANGUAGES C CXX)
33

44
#
55
# General PortAudio stuff

0 commit comments

Comments
 (0)