Skip to content

Commit 7980600

Browse files
committed
Remove dependencies
1 parent 6dc84a0 commit 7980600

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Dependencies
2727
run: |
2828
sudo apt-get update
29-
sudo apt-get -y install libsfml-dev libboost-all-dev
29+
sudo apt-get -y install xorg-dev libboost-all-dev
3030
3131
- name: Building
3232
run: |

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ add_executable(${EXECUTABLE_NAME}
2626
src/States/Algorithms/GraphBased/ASTAR/ASTAR.cpp
2727
)
2828

29-
find_package(Boost COMPONENTS system filesystem REQUIRED)
30-
3129
target_link_libraries(
3230
${EXECUTABLE_NAME}
3331
PRIVATE

0 commit comments

Comments
 (0)