mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 02:17:16 +02:00
build: mp::units
CMake target was a bad idea -> mp-units::mp-units
is back
This commit is contained in:
@ -26,4 +26,4 @@ project(test_package)
|
||||
find_package(mp-units CONFIG REQUIRED)
|
||||
|
||||
add_executable(test_package test_package.cpp)
|
||||
target_link_libraries(test_package PRIVATE mp::units)
|
||||
target_link_libraries(test_package PRIVATE mp-units::mp-units)
|
||||
|
Reference in New Issue
Block a user