Skip to content

Commit

Permalink
fix cmake var
Browse files Browse the repository at this point in the history
  • Loading branch information
hkoosha committed Feb 12, 2024
1 parent 9f726d5 commit 067ecf2
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 @@ -15,7 +15,7 @@ add_subdirectory(homer2_sensor)

configure_file(src/homer2_config.h.in src/homer2_config.h)

if ($ENV{HOMER2_VICTORIA_WRITE_INITIAL_DELAY_MILLIS_DISABLE} STREQUAL "true")
if ("$ENV{HOMER2_VICTORIA_WRITE_INITIAL_DELAY_MILLIS_DISABLE}" STREQUAL "true")
set(_HOMER2_VICTORIA_WRITE_INITIAL_DELAY_MILLIS_DISABLE true)
else ()
set(_HOMER2_VICTORIA_WRITE_INITIAL_DELAY_MILLIS_DISABLE false)
Expand Down

0 comments on commit 067ecf2

Please sign in to comment.