address cmake warning

This commit is contained in:
Mirko Scholz 2020-09-04 20:54:39 +02:00
parent d3314a9de9
commit bb7deb53cb

View File

@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.1)
project(stc_rpncalc C CXX)
# 3rd party tools
find_package(Qt5 COMPONENTS Widgets Qml Quick REQUIRED)