Skip to content

Commit 3c73a6b

Browse files
committed
Revert "Fix build on Alpine Linux. issues 150, 319, 344."
This reverts commit 877d1c7.
1 parent 877d1c7 commit 3c73a6b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

external/misc/CMakeLists.txt

+3-9
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,9 @@ if(LINUX)
3232
)
3333
endif()
3434

35-
# add_library doesn't like to get an empty source file list.
36-
37-
if($misc_SOURCES)
38-
add_library(misc STATIC
39-
${misc_SOURCES}
40-
)
41-
else()
42-
set(MISC_LIBRARIES "" CACHE INTERNAL "")
43-
endif()
35+
add_library(misc STATIC
36+
${misc_SOURCES}
37+
)
4438

4539
elseif(WIN32 OR CYGWIN) # windows
4640

0 commit comments

Comments
 (0)