Skip to content

Commit

Permalink
Merge pull request #41 from billsacks/derecho_pfunit_support
Browse files Browse the repository at this point in the history
Change needed for pFUnit tests to pass on derecho
  • Loading branch information
billsacks committed Dec 7, 2023
2 parents cfd5480 + 3ec05c6 commit 3736a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/dynamic_vector/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if(${CMAKE_C_COMPILER_ID} STREQUAL GNU OR ${CMAKE_C_COMPILER_ID} STREQUAL Clang)
set(${varname} ${CMAKE_C_COMPILER} -E -x c ${start_file} -o ${end_file}
PARENT_SCOPE)
endfunction()
elseif(${CMAKE_C_COMPILER_ID} STREQUAL Intel)
elseif(${CMAKE_C_COMPILER_ID} STREQUAL Intel OR ${CMAKE_C_COMPILER_ID} STREQUAL IntelLLVM)
function(make_cpp_command varname start_file end_file)
set(${varname} "${CMAKE_C_COMPILER} -E ${start_file} -o ${end_file}"
PARENT_SCOPE)
Expand Down

0 comments on commit 3736a57

Please sign in to comment.