Revert "Fix build on Alpine Linux. issues 150, 319, 344."

This reverts commit 877d1c7707.
This commit is contained in:
wb2osz 2023-09-22 22:43:12 -04:00
parent 877d1c7707
commit 3c73a6b2b2
1 changed files with 3 additions and 9 deletions

View File

@ -32,15 +32,9 @@ if(LINUX)
) )
endif() endif()
# add_library doesn't like to get an empty source file list. add_library(misc STATIC
${misc_SOURCES}
if($misc_SOURCES) )
add_library(misc STATIC
${misc_SOURCES}
)
else()
set(MISC_LIBRARIES "" CACHE INTERNAL "")
endif()
elseif(WIN32 OR CYGWIN) # windows elseif(WIN32 OR CYGWIN) # windows