mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-18 13:48:43 -04:00
Fix the cause of a CMake warning message.
This commit is contained in:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user