Commit 444e1a5d authored by dill Upstream's avatar dill Upstream Committed by Atkins, Charles Vernon
Browse files

dill 2019-01-09 (3cc6e99e)

Code extracted from:

    https://github.com/GTkorvo/dill.git

at commit 3cc6e99ede4a384fe04a14226c5d00bf80cca797 (master).

Upstream Shortlog
-----------------

Chuck Atkins (1):
      558f850c Make sure find module dependencies get installed
parent 7face8c1
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -303,11 +303,6 @@ void main()
  check_function_exists(print_insn_little_arm     HAVE_PRINT_INSN_LITTLE_ARM)

  cmake_pop_check_state()

  if(NOT BUILD_SHARED_LIBS)
    install(FILES ${PROJECT_SOURCE_DIR}/cmake/FindBinUtils.cmake
      DESTINATION "${CMAKE_INSTALL_CMAKEDIR}" COMPONENT dev)
  endif()
endif()

set(DILL_LIBRARY_PREFIX "" CACHE STRING
@@ -415,6 +410,12 @@ install(
install(EXPORT dill-targets NAMESPACE dill::
  DESTINATION "${CMAKE_INSTALL_CMAKEDIR}" COMPONENT dev)

# Install extra find module dependencies
install(DIRECTORY ${PROJECT_SOURCE_DIR}/cmake/
  DESTINATION ${CMAKE_INSTALL_CMAKEDIR}
  FILES_MATCHING PATTERN "Find*.cmake" PATTERN "CMake*.cmake"
)

# display status message for important variables
include(CTest)
mark_as_advanced(BUILD_TESTING)