File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -728,12 +728,6 @@ if(EXISTS ${CMAKE_SOURCE_DIR}/src/arch/${VDIR}/conv-mach-pxshm.sh)
728728 configure_file (src/arch/${VDIR} /conv-mach-pxshm.h include / COPYONLY )
729729endif ()
730730
731- if (${CMK_USE_SHMEM} )
732- if (EXISTS ${CMAKE_SOURCE_DIR} /src/conv-core/cmishmem.h)
733- configure_file (src/conv-core/cmishmem.h include / COPYONLY )
734- endif ()
735- endif ()
736-
737731if (EXISTS ${CMAKE_SOURCE_DIR} /src/arch/${VDIR} /conv-mach-sysvshm.sh)
738732 configure_file (src/arch/${VDIR} /conv-mach-sysvshm.sh include / COPYONLY )
739733 configure_file (src/arch/${VDIR} /conv-mach-sysvshm.h include / COPYONLY )
Original file line number Diff line number Diff line change @@ -27,4 +27,5 @@ FetchContent_MakeAvailable(reconverse)
2727set (BUILD_SHARED_LIBS ${_save_BUILD_SHARED_LIBS} CACHE INTERNAL "" )
2828
2929configure_file (${reconverse_SOURCE_DIR} /include /converse.h ${CMAKE_BINARY_DIR} /include / COPYONLY )
30+ configure_file (${reconverse_SOURCE_DIR} /src/cldb.h ${CMAKE_BINARY_DIR} /include / COPYONLY )
3031configure_file (${reconverse_SOURCE_DIR} /include /charm-config.h ${CMAKE_BINARY_DIR} /include / COPYONLY )
You can’t perform that action at this time.
0 commit comments