fix: freebsd cmake typo (#3158)
This commit is contained in:
parent
7c227b9822
commit
9c4851dafe
1 changed files with 2 additions and 3 deletions
|
@ -10,9 +10,8 @@ elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
|||
set(platform_sources plat/linux/priority.cpp plat/posix/perms.cpp
|
||||
plat/linux/thread_role.cpp plat/linux/debugging.cpp)
|
||||
elseif(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
|
||||
set(platform_sources
|
||||
plat/default/priority.cpp plat/posix/perms.cpp
|
||||
plat/freebsd/thread_role.cpp plat/plat/default/debugging.cpp)
|
||||
set(platform_sources plat/default/priority.cpp plat/posix/perms.cpp
|
||||
plat/freebsd/thread_role.cpp plat/default/debugging.cpp)
|
||||
else()
|
||||
error("Unknown platform: ${CMAKE_SYSTEM_NAME}")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue