BuildSystem: Cleanup CMake code to allow libc only installation
There was no way to just install libc which is required for stdlibc++
This commit is contained in:
@@ -5,4 +5,4 @@ set(SOURCES
|
||||
add_executable(test-popen ${SOURCES})
|
||||
banan_link_library(test-popen libc)
|
||||
|
||||
install(TARGETS test-popen)
|
||||
install(TARGETS test-popen OPTIONAL)
|
||||
|
||||
Reference in New Issue
Block a user