Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic authored Jul 5, 2024
1 parent 4c442ce commit 92dc97f
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
@@ -1,7 +1,7 @@
## ./CMakeLists.txt
cmake_minimum_required(VERSION 3.11)

if (NOT DEFINED)
if (NOT DEFINED IS_BARE_METAL)
set(IS_BARE_METAL FALSE)
endif()

Expand Down

0 comments on commit 92dc97f

Please sign in to comment.