[nfde] Cleanup CMakeLists to label UNIX systems generically as UNIX

This commit is contained in:
2023-08-09 00:06:37 -05:00
parent 987cd34df0
commit c1c41cfc99
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ if(WIN32)
elseif(APPLE)
set(nfd_PLATFORM PLATFORM_MACOS)
elseif(UNIX AND NOT APPLE)
set(nfd_PLATFORM PLATFORM_LINUX)
set(nfd_PLATFORM PLATFORM_UNIX)
endif()
message("nfd Platform: ${nfd_PLATFORM}")