Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions external/cutt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ else()
STEP_TARGETS build
)

# TiledArray_CUTT target depends on existence of this directory to be usable from the build tree at configure time
execute_process(COMMAND ${CMAKE_COMMAND} -E make_directory "${EXTERNAL_SOURCE_DIR}/src")

# do install of cuTT as part of building TiledArray's install target
install(CODE
"execute_process(
Expand Down
4 changes: 4 additions & 0 deletions external/umpire.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ else()
STEP_TARGETS build
)

# TiledArray_UMPIRE target depends on existence of these directories to be usable from the build tree at configure time
execute_process(COMMAND ${CMAKE_COMMAND} -E make_directory "${EXTERNAL_SOURCE_DIR}/src/umpire/tpl/camp/include")
execute_process(COMMAND ${CMAKE_COMMAND} -E make_directory "${EXTERNAL_BUILD_DIR}/include")

# do install of Umpire as part of building TiledArray's install target
install(CODE
"execute_process(
Expand Down