[nfde] Cleanup CMakeLists to label UNIX systems generically as UNIX
This commit is contained in:
2
deps/nfde/CMakeLists.txt
vendored
2
deps/nfde/CMakeLists.txt
vendored
@ -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}")
|
||||
|
Reference in New Issue
Block a user