Skip to content

Commit

Permalink
Improve error message on the CXX early abort in cmake (#394)
Browse files Browse the repository at this point in the history
Spotted trouble in the wild by @al0fdf - thanks!
  • Loading branch information
Rotonen authored Oct 3, 2024
1 parent 89e9650 commit 7e43f80
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 @@ -9,7 +9,7 @@ if(DEFINED ENV{CXX})
message("")
message(
FATAL_ERROR
"Please use the the flag '-D CMAKE_CXX_COMPILER='."
"CXX is set on the ENV. Please only use the the flag '-D CMAKE_CXX_COMPILER='."
)
endif()

Expand Down

0 comments on commit 7e43f80

Please sign in to comment.