mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-05 19:08:38 -04:00
Fix the cause of a CMake warning message.
This commit is contained in:
parent
d4552213ce
commit
d180d65ced
@ -1663,6 +1663,7 @@ if (WIN32)
|
||||
|
||||
if (DEFINED ENV{SFOX_DIR})
|
||||
set(sfox_dir "$ENV{SFOX_DIR}")
|
||||
string(REPLACE "\\" "/" sfox_dir "${sfox_dir}")
|
||||
else ()
|
||||
set(sfox_dir lib/superfox/win)
|
||||
endif ()
|
||||
|
Loading…
Reference in New Issue
Block a user