Skip to content

Commit

Permalink
cmake: Fix CMP0002 policy violation (COVESA#524)
Browse files Browse the repository at this point in the history
Remove duplicated cpp extension setup.


Co-authored-by: LUU QUANG MINH <[email protected]>
  • Loading branch information
michael-methner and LUU QUANG MINH authored Aug 21, 2023
1 parent 33d8cf8 commit 22d394f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ endif()
#TODO: Enable again once dlt-test-non-verbose is adapted to non-macro usage
if (NOT WITH_DLT_DISABLE_MACRO)
set(TARGET_LIST ${TARGET_LIST} dlt-test-non-verbose)
if(WITH_DLT_CXX11_EXT)
set(TARGET_LIST ${TARGET_LIST} dlt-test-cpp-extension)
endif()
endif()

if(WITH_DLT_QNX_SYSTEM)
Expand Down

0 comments on commit 22d394f

Please sign in to comment.