Skip to content

Commit

Permalink
fix: freebsd cmake typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Mar 18, 2021
1 parent 8cc5f39 commit 9b85410
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nano/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9b85410

Please sign in to comment.