mirror of
https://github.com/lat9nq/tzdb_to_nx.git
synced 2025-05-14 08:48:32 +00:00
cmake: Add comment to directory check
In review, this if statement was questioned as being a directory existence check in fact it is checking the value of the variable itself.
This commit is contained in:
parent
d35fcb2558
commit
e77461733b
1 changed files with 1 additions and 1 deletions
2
externals/tz/CMakeLists.txt
vendored
2
externals/tz/CMakeLists.txt
vendored
|
@ -19,7 +19,7 @@ if (NOT GIT_PROGRAM)
|
|||
endif()
|
||||
|
||||
if (NOT EXISTS "${TZ_DIR}" OR NOT EXISTS "${TZIF_LIST_FILE}")
|
||||
if (NOT TZDB2NX_ZONEINFO_DIR)
|
||||
if (NOT TZDB2NX_ZONEINFO_DIR) # If a custom zoneinfo directory was specified
|
||||
# tz's makefile can only build in-tree, so copy the whole source tree to a
|
||||
# separate directory before building.
|
||||
execute_process(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue