mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 04:44:27 +02:00
build: set CXX
as a language for test_package
CMake project
This commit is contained in:
@@ -21,7 +21,9 @@
|
|||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.15)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
project(test_package)
|
project(test_package
|
||||||
|
LANGUAGES CXX
|
||||||
|
)
|
||||||
|
|
||||||
find_package(mp-units CONFIG REQUIRED)
|
find_package(mp-units CONFIG REQUIRED)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user