Skip to content

Commit

Permalink
Fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
kachsheev committed Feb 19, 2021
1 parent b601681 commit 4785764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Platform/Unix.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set(FLAME_STATIC_LIBRARY_SUFFIX ".a")
set(FLAME_SHARED_LIBRARY_SUFFIX ".so")

if(FLAME_THREADING)
list(APPELND FLAME_DEPENDENCY_SHARED_LIBRARIES Threads::Threads)
list(APPELND FLAME_DEPENDENCY_STATIC_LIBRARIES Threads::Threads)
list(APPEND FLAME_DEPENDENCY_SHARED_LIBRARIES Threads::Threads)
list(APPEND FLAME_DEPENDENCY_STATIC_LIBRARIES Threads::Threads)
endif()

0 comments on commit 4785764

Please sign in to comment.