Skip to content

Commit

Permalink
more cleanup of cmake; updates #184'
Browse files Browse the repository at this point in the history
  • Loading branch information
martukas committed Dec 22, 2017
1 parent 909e381 commit d933b11
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/h5cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ add_library(h5cpp_shared SHARED
${h5cpp_headers}
)

#if(CMAKE_SYSTEM_NAME MATCHES Darwin)
# set_target_properties(h5cpp_shared PROPERTIES INSTALL_RPATH "${INSTALL_PREFIX}/lib")
# set_target_properties(h5cpp_shared PROPERTIES BUILD_WITH_INSTALL_RPATH ON)
#endif()

target_compile_definitions(h5cpp_shared PRIVATE DLL_BUILD)
set(H5CPP_LINKS ${HDF5_LIBRARIES} Boost::filesystem ${MPI_CXX_LIBRARIES})
target_include_directories(h5cpp_shared
Expand Down

0 comments on commit d933b11

Please sign in to comment.