Skip to content

Commit f202980

Browse files
author
gojimmypi
committed
Revert in-source build testing
1 parent 079fb00 commit f202980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ message(STATUS "Begin [WOLFBOOT_ROOT]/CmakeLists.txt")
3636
#---------------------------------------------------------------------------------------------
3737
# First, ensure no in-source build occurs.
3838
#---------------------------------------------------------------------------------------------
39-
if(NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
39+
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
4040
message(FATAL_ERROR
4141
"In-source builds are not allowed for wolfBoot.\
4242
Run cmake from a separate directory from where CMakeLists.txt lives.\

0 commit comments

Comments
 (0)