Browse Source
In some environments, "${SDL2_INCLUDE_DIRS}" can be expanded into multiple parameters, which will cause more than 2 parameters to appear in the if statement. ``` CMake Error at src/Joystick/CMakeLists.txt:41 (if): if given arguments: "IS_DIRECTORY" "/usr/include" "/usr/include/SDL2" Unknown arguments specified ```QGC4.4
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue