Commit 7b4b6242 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Documentation: fixed typo in CMakeLists.txt

parent 81c0ec21
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ if( BUILD_CUDA )
         add_custom_command( COMMAND "mpirun" ${mpi_test_parameters} ${target}-cuda > ${TNL_DOCUMENTATION_OUTPUT_SNIPPETS_PATH}/${target}.out OUTPUT ${target}.out )
         set( CUDA_OUTPUTS ${CUDA_OUTPUTS} ${target}.out )
      endforeach()
   endif( ${BUILD_MPI} )
   endif()
else()
   foreach( target IN ITEMS ${HOST_EXAMPLES} )
      add_executable( ${target} ${target}.cpp )
@@ -36,7 +36,7 @@ else()
         add_executable( ${target} ${target}.cpp )
         add_custom_command( COMMAND "mpirun" ${mpi_test_parameters} ${target}-cuda > ${TNL_DOCUMENTATION_OUTPUT_SNIPPETS_PATH}/${target}.out OUTPUT ${target}.out )
         set( HOST_OUTPUTS ${CUDA_OUTPUTS} ${target}.out )
      endforeach( ${BUILD_MPI} )
      endforeach()
   endif()
endif()