Typo fix remoev -> remove
Signed-off-by: Cameron Phillips <darexon331@gmail.com>
This commit is contained in:
parent
d5a0184f71
commit
53c503dc35
@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 2.8.11)
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
include(cmake/Modules/MacroOutOfSourceBuild.cmake)
|
||||
MACRO_ENSURE_OUT_OF_SOURCE_BUILD(
|
||||
"We don't support building in source, please create a build folder elsewhere and remember to run git clean -xdf to remoev temporary files created by CMake."
|
||||
"We don't support building in source, please create a build folder elsewhere and remember to run git clean -xdf to remove temporary files created by CMake."
|
||||
)
|
||||
|
||||
#Options regarding usage of pkgconfig
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user