You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release/CMakeLists.txt says cmake_minimum_required(VERSION 3.0).
But Release/src/CMakeLists.txt makes use of the target_sources command which is only available
in CMake 3.1 and above.