Skip to content

Commit

Permalink
languages cxx in all cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
niyatim23 committed Nov 17, 2023
1 parent b035bd0 commit e2527b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.6.3)
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake;${CMAKE_MODULE_PATH}")
include(Utilities)
project(KinesisVideoProducerCpp)
project(KinesisVideoProducerCpp LANGUAGES CXX)

project(KinesisVideoProducerCpp VERSION 3.4.0)

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.6.3)

project(KinesisVideoProducer)
project(KinesisVideoProducer LANGUAGES CXX)

file(GLOB_RECURSE HEADERS "*.h")
file(GLOB_RECURSE SOURCE "*.cpp")
Expand Down

0 comments on commit e2527b9

Please sign in to comment.