mirror of
https://github.com/pstrueb/piper.git
synced 2026-05-01 12:08:01 +00:00
Fix CMakeLists
This commit is contained in:
@@ -24,7 +24,7 @@ target_link_libraries(piper
|
||||
${SPDLOG_LIBRARIES})
|
||||
|
||||
if(NOT APPLE)
|
||||
target_link_libraries(-static-libgcc -static-libstdc++)
|
||||
target_link_libraries(piper -static-libgcc -static-libstdc++)
|
||||
endif()
|
||||
|
||||
target_link_directories(piper PUBLIC
|
||||
|
||||
Reference in New Issue
Block a user