Skip to content

Commit

Permalink
see what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
hugary1995 committed Feb 10, 2025
1 parent 95b2a2e commit f534f22
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/neml2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,11 @@ execute_process(
message(STATUS "Installing HIT")
execute_process(
COMMAND ${CMAKE_COMMAND} --build ${hit_BUILD_DIR}
OUTPUT_QUIET
OUTPUT_FILE ${hit_BUILD_DIR}/build.log
ERROR_QUIET
ERROR_FILE ${hit_BUILD_DIR}/build.err

# OUTPUT_QUIET
# OUTPUT_FILE ${hit_BUILD_DIR}/build.log
# ERROR_QUIET
# ERROR_FILE ${hit_BUILD_DIR}/build.err
COMMAND_ERROR_IS_FATAL ANY
)
execute_process(COMMAND ${CMAKE_COMMAND} -E make_directory ${hit_INSTALL_DIR})
Expand Down

0 comments on commit f534f22

Please sign in to comment.