build: set CXX as a language for test_package CMake project

This commit is contained in:
Mateusz Pusz
2021-03-19 12:56:56 +01:00
parent 3f45da5882
commit 590044b9f2

View File

@@ -21,7 +21,9 @@
# SOFTWARE.
cmake_minimum_required(VERSION 3.15)
project(test_package)
project(test_package
LANGUAGES CXX
)
find_package(mp-units CONFIG REQUIRED)