Skip to content

Commit 37625d6

Browse files
authored
Fix indentation in CMakeLists.txt
1 parent 561aa92 commit 37625d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run/CMakeLists.txt

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

0 commit comments

Comments
 (0)