Skip to content

Commit

Permalink
try build test without examples/ConcurrencyTest.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
latessa committed Dec 13, 2024
1 parent a629e8a commit 9423c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,8 @@ if ( USE_SMASH )
add_executable(SMASHTest ./examples/custom_examples/SMASHTest.cc)
target_link_libraries(SMASHTest JetScape )

add_executable(ConcurrencyTest ./examples/custom_examples/ConcurrencyTest.cc)
target_link_libraries(ConcurrencyTest JetScape )
# add_executable(ConcurrencyTest ./examples/custom_examples/ConcurrencyTest.cc)
# target_link_libraries(ConcurrencyTest JetScape )
endif (USE_SMASH )


Expand Down

0 comments on commit 9423c33

Please sign in to comment.