We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079fb00 commit f202980Copy full SHA for f202980
CMakeLists.txt
@@ -36,7 +36,7 @@ message(STATUS "Begin [WOLFBOOT_ROOT]/CmakeLists.txt")
36
#---------------------------------------------------------------------------------------------
37
# First, ensure no in-source build occurs.
38
39
-if(NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
+if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
40
message(FATAL_ERROR
41
"In-source builds are not allowed for wolfBoot.\
42
Run cmake from a separate directory from where CMakeLists.txt lives.\
0 commit comments