Browse Source
oops
Signed-off-by: crueter <crueter@crueter.xyz>
pull/356/head
crueter
7 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
externals/nx_tzdb/CMakeLists.txt
|
|
@ -37,7 +37,7 @@ endif() |
|
|
|
|
|
|
|
|
# TODO(crueter): This is a terrible solution, but MSVC fails to link without it |
|
|
# TODO(crueter): This is a terrible solution, but MSVC fails to link without it |
|
|
# Need to investigate further but I still can't reproduce... |
|
|
# Need to investigate further but I still can't reproduce... |
|
|
if (OFF) |
|
|
|
|
|
|
|
|
if (MSVC) |
|
|
set(NX_TZDB_VERSION "250725") |
|
|
set(NX_TZDB_VERSION "250725") |
|
|
set(NX_TZDB_ARCHIVE "${CPM_SOURCE_CACHE}/nx_tzdb/${NX_TZDB_VERSION}.zip") |
|
|
set(NX_TZDB_ARCHIVE "${CPM_SOURCE_CACHE}/nx_tzdb/${NX_TZDB_VERSION}.zip") |
|
|
|
|
|
|
|
|
|