mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[build] require CMake >= 3.13
required for target_link_options
This commit is contained in:
committed by
Martin Fleisz
parent
aa2cb9aa5f
commit
f0e9797b4c
@@ -17,7 +17,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
cmake_minimum_required(VERSION 3.4)
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
project("freerdp-android")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user