Skip to content

Commit

Permalink
Removed warning ignore in tutorial to check, still not working
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFlt committed Sep 17, 2024
1 parent cde7573 commit a1cc310
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tutorial/ar/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(color_segmentation)
project(tutorial-panda3d)

find_package(VISP REQUIRED visp_core visp_gui visp_ar)

Expand All @@ -9,7 +9,6 @@ set(tutorial_cpp
tutorial-panda3d-renderer.cpp
)

visp_set_source_file_compile_flag(tutorial-panda3d-renderer.cpp -Wno-extra -Wno-unused-parameter -Wno-unused-variable)

foreach(cpp ${tutorial_cpp})
visp_add_target(${cpp})
Expand Down

0 comments on commit a1cc310

Please sign in to comment.