Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit af91a1a

Browse files
wb2oszbjpetit
authored andcommittedJul 13, 2024
Revert "Fix build on Alpine Linux. issues 150, 319, 344."
This reverts commit 877d1c7.
1 parent 2925dbe commit af91a1a

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed
 

‎external/misc/CMakeLists.txt

Lines changed: 3 additions & 9 deletions
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)
Please sign in to comment.