Skip to content

Commit

Permalink
removed hacks for mp units
Browse files Browse the repository at this point in the history
  • Loading branch information
jbbjarnason committed Jun 26, 2024
1 parent 59518a6 commit 09920f7
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion exes/ethercat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ project(ec)
find_path(BEXT_SML_INCLUDE_DIRS "boost/sml.hpp")
find_package(fmt CONFIG REQUIRED)
find_package(soem CONFIG REQUIRED)
find_package(gsl-lite CONFIG REQUIRED) # todo remove when mp-units
find_package(mp-units CONFIG REQUIRED)

add_library(ec src/ec.cpp src/devices/beckhoff.cpp src/common.cpp)
Expand Down
1 change: 0 additions & 1 deletion exes/tfcctl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
add_executable(tfcctl src/tfcctl.cpp)

find_package(Boost REQUIRED COMPONENTS program_options)
find_package(gsl-lite CONFIG REQUIRED) # todo remove when mp-units does this on its own
find_package(mp-units CONFIG REQUIRED)

target_link_libraries(tfcctl
Expand Down
1 change: 0 additions & 1 deletion libs/confman/testing/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
find_package(gsl-lite CONFIG REQUIRED) # todo remove, mp-units should take care of this
find_package(mp-units CONFIG REQUIRED)
find_package(fmt CONFIG REQUIRED)

Expand Down
1 change: 0 additions & 1 deletion libs/ipc/testing/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ target_link_libraries(print_signals_and_slots PRIVATE tfc::base tfc::ipc)
tfc_add_example_no_test(ipc_coroutines ipc_coroutines.cpp)
target_link_libraries(ipc_coroutines PRIVATE tfc::base tfc::ipc)

find_package(gsl-lite CONFIG REQUIRED) # todo remove, mp-units should take care of this
find_package(mp-units CONFIG REQUIRED)
find_package(fmt CONFIG REQUIRED)
tfc_add_example_no_test(mass_example mass_example.cpp)
Expand Down
1 change: 0 additions & 1 deletion libs/motor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ target_include_directories(motor

find_package(magic_enum CONFIG REQUIRED)
find_package(fmt CONFIG REQUIRED)
find_package(gsl-lite CONFIG REQUIRED) # todo remove, mp-units should take care of this
find_package(mp-units CONFIG REQUIRED)

target_link_libraries(motor
Expand Down
1 change: 0 additions & 1 deletion libs/stx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ target_include_directories(stx
$<INSTALL_INTERFACE:include>
)

find_package(gsl-lite CONFIG REQUIRED) # todo remove, mp-units should take care of this
find_package(mp-units CONFIG REQUIRED)
find_package(glaze CONFIG REQUIRED)
find_package(stduuid CONFIG REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"default-registry": {
"kind": "git",
"repository": "https://github.com/jbbjarnason/vcpkg",
"baseline": "bbbe0ed75e9d7f71df0926611db57e3983934261"
"baseline": "af4022b2a83149c292dd74b9b3ebc8c0f90ee595"
},
"registries": [
{
Expand Down

0 comments on commit 09920f7

Please sign in to comment.