lirios / fluid

:book: Library for QtQuick apps with Material Design
https://docs.liri.io/sdk/fluid/develop/
Other
809 stars 112 forks source link

CMake error on Ubuntu 19.04, CMake 3.13.4 #290

Closed timosachsenberg closed 4 years ago

timosachsenberg commented 5 years ago

Hi, Ubuntu 19.04, CMake 3.13.4, Qt 5.12 I am happy to provide more information if needed.

After installing all dependencies I currently get a:

CMake Error at cmake/shared/modules/LiriBuild.cmake:97 (message): Unknown arguments were passed to liri_add_executable (OFF). Call Stack (most recent call first): cmake/shared/modules/LiriAddExecutable.cmake:34 (_liri_parse_all_arguments) src/demo/CMakeLists.txt:7 (liri_add_executable) -- Configuring incomplete, errors occurred!

plfiorini commented 4 years ago

Tested with a slightly updated system and cannot reproduce: Ubuntu 19.10, Qt 5.14, still CMake 3.13

plfiorini commented 4 years ago

With commit fee08d610f8b1447de1c3f3fe65f1dbdf7bfa823, the cmake/shared/ submodule was updated fixing the issue so this is fixed now.