mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-01 03:14:29 +02:00
build: building of linear algebra based examples temporarily disabled in CMake
This commit is contained in:
@@ -57,7 +57,8 @@ if(NOT ${projectPrefix}LIBCXX)
|
||||
glide_computer_example-aliases PRIVATE ${projectPrefix}NO_LITERALS ${projectPrefix}NO_REFERENCES
|
||||
)
|
||||
|
||||
find_package(wg21_linear_algebra CONFIG REQUIRED)
|
||||
add_example(linear_algebra mp-units::core-fmt mp-units::core-io mp-units::si)
|
||||
target_link_libraries(linear_algebra-aliases PRIVATE wg21_linear_algebra::wg21_linear_algebra)
|
||||
# TODO uncomment the below when recipes in ConanCenter are fixed
|
||||
# find_package(wg21_linear_algebra CONFIG REQUIRED)
|
||||
# add_example(linear_algebra mp-units::core-fmt mp-units::core-io mp-units::si)
|
||||
# target_link_libraries(linear_algebra-aliases PRIVATE wg21_linear_algebra::wg21_linear_algebra)
|
||||
endif()
|
||||
|
@@ -56,7 +56,8 @@ if(NOT ${projectPrefix}LIBCXX)
|
||||
glide_computer_example-literals PRIVATE ${projectPrefix}NO_REFERENCES ${projectPrefix}NO_ALIASES
|
||||
)
|
||||
|
||||
find_package(wg21_linear_algebra CONFIG REQUIRED)
|
||||
add_example(linear_algebra mp-units::core-fmt mp-units::core-io mp-units::si)
|
||||
target_link_libraries(linear_algebra-literals PRIVATE wg21_linear_algebra::wg21_linear_algebra)
|
||||
# TODO uncomment the below when recipes in ConanCenter are fixed
|
||||
# find_package(wg21_linear_algebra CONFIG REQUIRED)
|
||||
# add_example(linear_algebra mp-units::core-fmt mp-units::core-io mp-units::si)
|
||||
# target_link_libraries(linear_algebra-literals PRIVATE wg21_linear_algebra::wg21_linear_algebra)
|
||||
endif()
|
||||
|
@@ -56,7 +56,8 @@ if(NOT ${projectPrefix}LIBCXX)
|
||||
glide_computer_example-references PRIVATE ${projectPrefix}NO_LITERALS ${projectPrefix}NO_ALIASES
|
||||
)
|
||||
|
||||
find_package(wg21_linear_algebra CONFIG REQUIRED)
|
||||
add_example(linear_algebra mp-units::core-fmt mp-units::core-io mp-units::si)
|
||||
target_link_libraries(linear_algebra-references PRIVATE wg21_linear_algebra::wg21_linear_algebra)
|
||||
# TODO uncomment the below when recipes in ConanCenter are fixed
|
||||
# find_package(wg21_linear_algebra CONFIG REQUIRED)
|
||||
# add_example(linear_algebra mp-units::core-fmt mp-units::core-io mp-units::si)
|
||||
# target_link_libraries(linear_algebra-references PRIVATE wg21_linear_algebra::wg21_linear_algebra)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user