Skip to content

Commit

Permalink
another format fix attempt
Browse files Browse the repository at this point in the history
Not sure what exactly is wrong with formatting...
  • Loading branch information
amolgawai committed Apr 23, 2022
1 parent 39bcee9 commit ffc802a
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 @@ -15,7 +15,7 @@ project(
if(PROJECT_SOURCE_DIR STREQUAL PROJECT_BINARY_DIR)
message(
FATAL_ERROR
"In-source builds not allowed. Please make a new directory (called a build directory) and run CMake from there."
"In-source builds not allowed. Use a build directory."
)
endif()

Expand Down

0 comments on commit ffc802a

Please sign in to comment.