Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sirknightj authored Jul 16, 2024
1 parent eabf283 commit 078fa76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tst/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.6.3)

project (producerTest)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 14)
set(KINESIS_VIDEO_PRODUCER_C_SRC "${CMAKE_CURRENT_SOURCE_DIR}/..")

if (OPEN_SRC_INSTALL_PREFIX)
Expand All @@ -29,4 +29,4 @@ if(BUILD_COMMON_LWS)
add_definitions(-DCMAKE_DETECTED_CACERT_PATH)
target_compile_definitions(producer_test PRIVATE KVS_BUILD_WITH_LWS)
target_link_libraries(producer_test kvsCommonLws ${GTEST_LIBNAME})
endif()
endif()

0 comments on commit 078fa76

Please sign in to comment.