mirror of
https://github.com/rzajac/esp-drv.git
synced 2025-07-23 04:31:05 +03:00
Fix CMakeLists.txt
This commit is contained in:
@ -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().
|
||||
|
Reference in New Issue
Block a user