File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22include (CMakeFindDependencyMacro)
33find_dependency(Qt6 REQUIRED COMPONENTS Core Gui Qml Quick Svg OPTIONAL_COMPONENTS Multimedia )
44find_dependency(OpenCV REQUIRED COMPONENTS core objdetect imgproc flann features2d calib3d )
5- find_dependency(EstervDesigns 1.0 COMPONENTS SimpleStyle CustomControls CONFIG)
5+ find_dependency(EstervDesigns 1.1 COMPONENTS SimpleStyle CustomControls CONFIG)
66include ( "${CMAKE_CURRENT_LIST_DIR} /qrCode-config.cmake" )
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ endif(EMSCRIPTEN)
88FetchContent_Declare(
99 EstervDesigns
1010 GIT_REPOSITORY https://github.com/EddyTheCo/MyDesigns.git
11- GIT_TAG develop
12- FIND_PACKAGE_ARGS 1.0 COMPONENTS SimpleStyle CustomControls CONFIG
11+ GIT_TAG v1.1.0
12+ FIND_PACKAGE_ARGS 1.1 COMPONENTS SimpleStyle CustomControls CONFIG
1313)
1414FetchContent_MakeAvailable(EstervDesigns)
1515
You can’t perform that action at this time.
0 commit comments