Skip to content

Commit

Permalink
Explicitly link to cbs library statically
Browse files Browse the repository at this point in the history
  • Loading branch information
nE0sIghT committed Jan 5, 2022
1 parent c4f1d57 commit f8aef39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/cbs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ add_compile_definitions(
)


add_library(cbs ${CBS_SOURCE_FILES})
add_library(cbs STATIC ${CBS_SOURCE_FILES})
target_compile_options(cbs PRIVATE -Wall -Wno-incompatible-pointer-types -Wno-maybe-uninitialized -Wno-format -Wno-format-extra-args)

0 comments on commit f8aef39

Please sign in to comment.