Skip to content

Commit

Permalink
Use C++17 standard in nodeps test. (#5459)
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Zientkiewicz <[email protected]>
  • Loading branch information
mzient authored May 9, 2024
1 parent 5e2cc9e commit fb1d9da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions qa/TL1_nodeps_build/CMakeLists_submodule.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.13)
project(nodeps_test CUDA CXX)
set(CMAKE_CXX_STANDARD 17)

set(BUILD_DALI_NODEPS ON)
set(STATIC_LIBS ON)
Expand Down
1 change: 1 addition & 0 deletions qa/TL1_nodeps_build/CMakeLists_system.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.13)
project(nodeps_test CUDA CXX)
set(CMAKE_CXX_STANDARD 17)

add_executable(nodeps_test main.cc)
target_link_libraries(nodeps_test dali_core dali_kernels)

0 comments on commit fb1d9da

Please sign in to comment.