Skip to content

Commit d893b69

Browse files
authored
Fix formatting in CMakeLists.txt for FD3Simulation
1 parent a2c79e7 commit d893b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ target_link_libraries(allsim
4646
$<$<BOOL:${ENABLE_UPGRADES}>:O2::IOTOFSimulation>
4747
$<$<BOOL:${ENABLE_UPGRADES}>:O2::RICHSimulation>
4848
$<$<BOOL:${ENABLE_UPGRADES}>:O2::ECalSimulation>
49-
$<$<BOOL:${ENABLE_UPGRADES}>:O2::FD3Simulation>
49+
$<$<BOOL:${ENABLE_UPGRADES}>:O2::FD3Simulation>
5050
$<$<BOOL:${ENABLE_UPGRADES}>:O2::MI3Simulation>
5151
O2::Generators)
5252

0 commit comments

Comments
 (0)