Skip to content

Commit

Permalink
Revert "Fix build on Alpine Linux. issues 150, 319, 344."
Browse files Browse the repository at this point in the history
This reverts commit 877d1c7.
  • Loading branch information
wb2osz committed Sep 23, 2023
1 parent 877d1c7 commit 3c73a6b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions external/misc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,9 @@ if(LINUX)
)
endif()

# add_library doesn't like to get an empty source file list.

if($misc_SOURCES)
add_library(misc STATIC
${misc_SOURCES}
)
else()
set(MISC_LIBRARIES "" CACHE INTERNAL "")
endif()
add_library(misc STATIC
${misc_SOURCES}
)

elseif(WIN32 OR CYGWIN) # windows

Expand Down

0 comments on commit 3c73a6b

Please sign in to comment.