Fix the cause of a CMake warning message.

This commit is contained in:
Joe Taylor 2024-05-21 10:59:51 -04:00
parent d4552213ce
commit d180d65ced

View File

@ -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 ()