Revert in-source build testing

pull/598/head
gojimmypi 2025-11-24 13:06:35 -08:00
parent 079fb006ab
commit f202980d3d
No known key found for this signature in database
GPG Key ID: 3D684FA88DC3FAA8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ message(STATUS "Begin [WOLFBOOT_ROOT]/CmakeLists.txt")
#---------------------------------------------------------------------------------------------
# First, ensure no in-source build occurs.
#---------------------------------------------------------------------------------------------
if(NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
message(FATAL_ERROR
"In-source builds are not allowed for wolfBoot.\
Run cmake from a separate directory from where CMakeLists.txt lives.\