File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -647,6 +647,14 @@ add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure)
647
647
# See JSON-Fortran's CMakeLists.txt file to find out how to get the check target to depend
648
648
# on the test executables
649
649
650
+ #------------------------------------
651
+ # Add command to hash installed files
652
+ #------------------------------------
653
+ configure_file ( "${CMAKE_SOURCE_DIR} /cmake/hash-installed.cmake.in" "${CMAKE_BINARY_DIR} /hash-installed.cmake"
654
+ @ONLY )
655
+ add_custom_target ( hash_installed
656
+ COMMAND ${CMAKE_COMMAND} -P "${CMAKE_BINARY_DIR} /hash-installed.cmake" )
657
+
650
658
#---------------------------------------------------------------------------------------
651
659
# Define macro for adding CAF tests, and ensuring proper flags are passed to MPI runtime
652
660
#---------------------------------------------------------------------------------------
@@ -924,3 +932,7 @@ foreach(SCRIPT ${TRAVIS_SCRIPTS})
924
932
lint_script ("${CMAKE_SOURCE_DIR} /developer-scripts/travis" ${SCRIPT} )
925
933
endif ()
926
934
endforeach ()
935
+
936
+ install (FILES "${CMAKE_BINARY_DIR} /sha256_install_manifest.txt"
937
+ DESTINATION "${CMAKE_INSTALL_DATADIR} /opencoarrays"
938
+ OPTIONAL )
You can’t perform that action at this time.
0 commit comments