Skip to content

Commit

Permalink
[cmake] don't link to axl_mem_new (the axl mem tracker is gone)
Browse files Browse the repository at this point in the history
  • Loading branch information
vovkos committed Dec 8, 2023
1 parent 703a69b commit f0ee0c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion samples/graco_sample_01_calc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ target_link_libraries(
graco_sample_01_calc
axl_lex
axl_io
axl_mem_new
axl_core
)

Expand Down
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ target_link_libraries(
axl_lua
axl_lex
axl_io
axl_mem_new
axl_core
${LUA_LIB_NAME}
)
Expand Down

0 comments on commit f0ee0c9

Please sign in to comment.