Skip to content

Commit

Permalink
Use main branch in upstream evdi, instead of devel
Browse files Browse the repository at this point in the history
  • Loading branch information
mlukaszek committed Jun 28, 2024
1 parent 4d0bcc9 commit d65c495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
include(ExternalProject)
ExternalProject_Add(github_evdi
GIT_REPOSITORY https://github.com/DisplayLink/evdi.git
GIT_TAG devel
GIT_TAG main
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ""
BUILD_COMMAND cd library && make
Expand Down

0 comments on commit d65c495

Please sign in to comment.