File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ target_include_directories(baseline_indexer PRIVATE ${CMAKE_SOURCE_DIR}/baseline
4646target_include_directories (baseline_indexer PRIVATE ${CMAKE_SOURCE_DIR } /baseline/refiner )
4747target_link_libraries (baseline_indexer
4848 PRIVATE
49- fmt
49+ fmt::fmt
5050 dx2
5151 Eigen3::Eigen
5252 pocketfft
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ target_link_libraries(test_xyz_to_rlp GTest::gtest_main dx2 Eigen3::Eigen nlohma
66
77add_executable (test_fft3d test_fft3d.cc )
88target_include_directories (test_fft3d PRIVATE "${PROJECT_SOURCE_DIR } " )
9- target_link_libraries (test_fft3d GTest::gtest_main fmt mdspan Eigen3::Eigen pocketfft spdlog::spdlog ffs_common )
9+ target_link_libraries (test_fft3d GTest::gtest_main fmt::fmt mdspan Eigen3::Eigen pocketfft spdlog::spdlog ffs_common )
1010
1111add_executable (test_flood_fill test_flood_fill.cc )
1212target_include_directories (test_flood_fill PRIVATE "${PROJECT_SOURCE_DIR } " )
13- target_link_libraries (test_flood_fill GTest::gtest_main fmt Eigen3::Eigen spdlog::spdlog ffs_common )
13+ target_link_libraries (test_flood_fill GTest::gtest_main fmt::fmt Eigen3::Eigen spdlog::spdlog ffs_common )
1414
1515add_executable (test_peaks_to_rlvs test_peaks_to_rlvs.cc )
1616target_include_directories (test_peaks_to_rlvs PRIVATE "${PROJECT_SOURCE_DIR } " )
17- target_link_libraries (test_peaks_to_rlvs GTest::gtest_main fmt dx2 Eigen3::Eigen spdlog::spdlog ffs_common )
17+ target_link_libraries (test_peaks_to_rlvs GTest::gtest_main fmt::fmt dx2 Eigen3::Eigen spdlog::spdlog ffs_common )
1818
1919add_executable (test_combinations test_combinations.cc )
2020target_include_directories (test_combinations PRIVATE "${PROJECT_SOURCE_DIR } " )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ target_include_directories(baseline_integrator PRIVATE ${CMAKE_SOURCE_DIR}/basel
1212
1313target_link_libraries (baseline_integrator
1414 PRIVATE
15- fmt
15+ fmt::fmt
1616 dx2
1717 h5read
1818 Eigen3::Eigen
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ add_executable(baseline_predictor
99)
1010target_link_libraries (baseline_predictor
1111 PRIVATE
12- fmt
12+ fmt::fmt
1313 dx2
1414 argparse
1515 nlohmann_json::nlohmann_json
Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
5454 target_link_libraries (miniapp PUBLIC baseline_dials h5read )
5555
5656 add_executable (check_no_tbx check_no_tbx.cc )
57- target_link_libraries (check_no_tbx PUBLIC baseline_dials h5read standalone fmt )
57+ target_link_libraries (check_no_tbx PUBLIC baseline_dials h5read standalone fmt::fmt )
5858 endif ()
5959endif ()
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ target_include_directories(integrator
2121
2222target_link_libraries (integrator
2323 PRIVATE
24- fmt
24+ fmt::fmt
2525 h5read
2626 argparse
2727 standalone
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ add_executable(spotfinder
1818)
1919target_link_libraries (spotfinder
2020 PRIVATE
21- fmt
21+ fmt::fmt
2222 h5read
2323 argparse
2424 standalone
@@ -54,7 +54,7 @@ add_executable(spotfinder32
5454)
5555target_link_libraries (spotfinder32
5656 PRIVATE
57- fmt
57+ fmt::fmt
5858 h5read
5959 argparse
6060 standalone
You can’t perform that action at this time.
0 commit comments