Skip to content

Commit

Permalink
✏️ typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Jul 15, 2021
1 parent b341f9b commit ed8c800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/FetchQOlm.cmake
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include(FetchContent)

set(QOLM_REPOSITORY "https://github.com/OlivierLDff/QOlm.git" CACHE STRING "QOlm repository url")
set(QOLM_TAG master CACHE STRING "QOlm git tag")
set(QOLM_TAG "master" CACHE STRING "QOlm git tag")

FetchContent_Declare(
QOlm
GIT_REPOSITORY ${QOLM_REPOSITORY}
GIT_TAG ${QOLM_TAG}
)

FetchContent_MakeAvailable(QOlm)
FetchContent_MakeAvailable(QOlm)

0 comments on commit ed8c800

Please sign in to comment.