Skip to content

Commit

Permalink
Argument to BOOL should be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Jul 3, 2024
1 parent 5c971ce commit 9a44920
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
Expand Up @@ -216,7 +216,7 @@ if(target MATCHES "android")
target_compile_definitions(
bare
PRIVATE
BARE_ANDROID_USE_LOGCAT=$<BOOL:BARE_ANDROID_USE_LOGCAT>
BARE_ANDROID_USE_LOGCAT=$<BOOL:${BARE_ANDROID_USE_LOGCAT}>
)

target_link_libraries(
Expand Down

0 comments on commit 9a44920

Please sign in to comment.