mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 10:05:47 +08:00
fix typo
This commit is contained in:
parent
9600cc20fa
commit
ff08ffe27b
@ -19,7 +19,8 @@ include(FetchContent) # once in the project to include the module
|
|||||||
# ... now declare JKQTPlotter5/6
|
# ... now declare JKQTPlotter5/6
|
||||||
FetchContent_Declare(JKQTPlotter${QT_VERSION_MAJOR}
|
FetchContent_Declare(JKQTPlotter${QT_VERSION_MAJOR}
|
||||||
GIT_REPOSITORY https://github.com/jkriege2/JKQtPlotter.git
|
GIT_REPOSITORY https://github.com/jkriege2/JKQtPlotter.git
|
||||||
# GIT_TAG v5.0.0)
|
# GIT_TAG v5.0.0
|
||||||
|
)
|
||||||
# ... finally make JKQTPlotter5/6 available
|
# ... finally make JKQTPlotter5/6 available
|
||||||
FetchContent_MakeAvailable(JKQTPlotter${QT_VERSION_MAJOR})
|
FetchContent_MakeAvailable(JKQTPlotter${QT_VERSION_MAJOR})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user