mirror of
https://github.com/rzajac/esp-drv.git
synced 2025-06-07 14:20:15 +03:00
Fix CMakeLists.txt
This commit is contained in:
parent
929bd97e0d
commit
3bac838611
@ -14,8 +14,8 @@
|
||||
|
||||
# Make sure ESPROOT environemt varaiabnle is set.
|
||||
if (NOT EXISTS $ENV{ESPROOT})
|
||||
message("The ESPROOT environment varaible is not set. Using ${HOME}/esproot.")
|
||||
set(ENV{ESPROOT} "${HOME}/esproot")
|
||||
message("The ESPROOT environment varaible is not set. Using $ENV{HOME}/esproot.")
|
||||
set(ENV{ESPROOT} "$ENV{HOME}/esproot")
|
||||
endif()
|
||||
|
||||
# Bootstrap before call to project().
|
||||
|
Loading…
x
Reference in New Issue
Block a user