[vlmc-devel] CMakeLists: Fix typo
Yikai Lu
git at videolan.org
Tue Apr 5 20:55:43 CEST 2016
vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Tue Apr 5 16:11:01 2016 +0900| [2359da21c8babd5e332a986d76bf12b1ea93e812] | committer: Hugo Beauzée-Luyssen
CMakeLists: Fix typo
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> https://code.videolan.org/videolan/vlmc/commit/2359da21c8babd5e332a986d76bf12b1ea93e812
---
src/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 647f6dc..45927f2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -14,7 +14,7 @@ if (Qt5Core_FOUND)
if(WITH_GUI)
find_package(Qt5 COMPONENTS Widgets Gui Xml Network)
else()
- find_packages(Qt5 COMPONENTS Xml Network)
+ find_package(Qt5 COMPONENTS Xml Network)
endif()
endif()
More information about the Vlmc-devel
mailing list