Skip to content

Commit

Permalink
Update tests/CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Wolfgang Bangerth <bangerth@colostate.edu>
  • Loading branch information
tamiko and bangerth committed Jun 26, 2023
1 parent 588ea56 commit 5b072ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ foreach(_category ${_categories})

set(_redirect > /dev/null)
if(DEAL_II_MSVC)
set (_redirect)
set (_redirect "")
endif()
set(_command ${CMAKE_COMMAND} -G${CMAKE_GENERATOR} ${_options} ${_category_dir} ${_redirect})

Expand Down

0 comments on commit 5b072ea

Please sign in to comment.