mirror of
https://github.com/rzajac/esp-drv.git
synced 2025-06-07 22:30:16 +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.
|
# Make sure ESPROOT environemt varaiabnle is set.
|
||||||
if (NOT EXISTS $ENV{ESPROOT})
|
if (NOT EXISTS $ENV{ESPROOT})
|
||||||
message("The ESPROOT environment varaible is not set. Using ${HOME}/esproot.")
|
message("The ESPROOT environment varaible is not set. Using $ENV{HOME}/esproot.")
|
||||||
set(ENV{ESPROOT} "${HOME}/esproot")
|
set(ENV{ESPROOT} "$ENV{HOME}/esproot")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Bootstrap before call to project().
|
# Bootstrap before call to project().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user