Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarupilla committed Apr 6, 2021
1 parent 1fcd74c commit 8972be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stochastic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif()
#include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../vcommons/include)
#include_directories(${VCELL_MESSAGING_INCLUDE_DIR})
if (APPLE)
linked_directories("/usr/local/Cellar/hdf5/1.10.5_1/lib")
link_directories("/usr/local/Cellar/hdf5/1.10.5_1/lib")
endif()
add_executable(${EXE_FILE} ${SRC_FILES})
#target_link_libraries(${EXE_FILE} ExpressionParser vcommons vcellmessaging ${CMAKE_SOURCE_DIR}/mylibs/libhdf5_serial.so.10)
Expand Down

0 comments on commit 8972be9

Please sign in to comment.