mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 20:34:26 +02:00
build: set CXX
as a language for test_package
CMake project
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user