Skip to content

Commit

Permalink
Fix compatibility issues with old cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangenkamp-avt committed Dec 16, 2022
1 parent 6600880 commit e197032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion V4L2ViewerLib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ else()
)
qt5_add_resources(RESOURCES ${QT_RESOURCES})
endif()
add_compile_definitions(QT_DISABLE_DEPRECATED_BEFORE=0x050F00)
#add_compile_definitions(QT_DISABLE_DEPRECATED_BEFORE=0x050F00)

find_package(Threads REQUIRED)

Expand Down

0 comments on commit e197032

Please sign in to comment.