Skip to content

Commit

Permalink
Merge branch 'master' into mtext_feature
Browse files Browse the repository at this point in the history
  • Loading branch information
feragon committed Dec 19, 2020
2 parents 631def7 + 6cd554f commit 9a979b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ language: cpp
matrix:
include:
- os: linux
dist: bionic
dist: focal
sudo: false
compiler: gcc
addons:
Expand Down
2 changes: 1 addition & 1 deletion lckernel/CMakeLists.txt
Expand Up @@ -274,7 +274,7 @@ add_custom_command(
)

add_library(lckernel SHARED ${lckernel_srcs} ${lckernel_hdrs})
target_link_libraries(lckernel ${Boost_LIBRARIES} ${APR_LIBRARIES} ${G_EXTRA_LIBS} tinysplinecxx_shared)
target_link_libraries(lckernel ${Boost_LIBRARIES} ${APR_LIBRARIES} ${G_EXTRA_LIBS} tinysplinecxx)

# INSTALLATION
install(TARGETS lckernel
Expand Down

0 comments on commit 9a979b5

Please sign in to comment.