Skip to content

Commit

Permalink
Merge pull request #2924 from MRtrix3/cmakelist_typo
Browse files Browse the repository at this point in the history
CMakeList.txt: fix very minor typo in warning message
  • Loading branch information
daljit46 authored Jun 14, 2024
2 parents 9195a11 + 398cc04 commit 6ca8fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(mrtrix3 LANGUAGES CXX VERSION 3.0.4)

if(NOT CMAKE_GENERATOR STREQUAL "Ninja")
message(WARNING "It is recommended to use the Ninja generator to build MRtrix3. "
"To use it, run cmake with -G Ninja or set the CMAKE_GENERATOR"
"To use it, run cmake with -G Ninja or set the CMAKE_GENERATOR "
"environment variable to Ninja.")
endif()

Expand Down

0 comments on commit 6ca8fd0

Please sign in to comment.