Skip to content

Commit

Permalink
remove refs to Activemq (to fix client linux runtime issue).
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jul 3, 2018
1 parent da6170f commit 9ce8dea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,12 +253,12 @@ endif()
#endif()

add_subdirectory(VCellMessaging)
set(VCELLMESSAGING_INCLUDE_DIR VCellMessaging/include)
if (OPTION_TARGET_MESSAGING)
set(VCELLMESSAGING_LIBS activemq-cpp aprutil-1 apriconv-1 apr-1)
else()
set(VCELLMESSAGING_LIBS vcellmessaging)
endif()
# set(VCELLMESSAGING_INCLUDE_DIR VCellMessaging/include)
# if (OPTION_TARGET_MESSAGING)
# set(VCELLMESSAGING_LIBS activemq-cpp aprutil-1 apriconv-1 apr-1)
# else()
# set(VCELLMESSAGING_LIBS vcellmessaging)
# endif()

if (${OPTION_TARGET_MOVINGBOUNDARY_SOLVER} OR
${OPTION_TARGET_NFSIM_SOLVER}
Expand Down

0 comments on commit 9ce8dea

Please sign in to comment.