Skip to content

Commit

Permalink
Use direct evaluation for SKIP_av. (#250)
Browse files Browse the repository at this point in the history
Signed-off-by: Hill Ma <[email protected]>
  • Loading branch information
mahiuchun authored Sep 27, 2021
1 parent d9d8df2 commit 0a3d541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ign_get_sources(tests)
# FIXME the mesh test does not work
list(REMOVE_ITEM tests mesh.cc)

if (${SKIP_av})
if (SKIP_av)
list(REMOVE_ITEM tests encoder_timing.cc)
list(REMOVE_ITEM tests video_encoder.cc)
endif()
Expand All @@ -29,4 +29,4 @@ endif()

if(TARGET INTEGRATION_video_encoder)
target_link_libraries(INTEGRATION_video_encoder ${PROJECT_LIBRARY_TARGET_NAME}-av)
endif()
endif()

0 comments on commit 0a3d541

Please sign in to comment.