Skip to content

Commit

Permalink
BUG: Fixed problems referencing external gl2ps
Browse files Browse the repository at this point in the history
  • Loading branch information
mleotta committed Aug 31, 2010
1 parent 39f25d2 commit f464c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ PROJECT(pca_vehicle_wxgui)

FIND_PACKAGE(wxWidgets COMPONENTS base core gl xrc)
find_package(gl2ps)
include_directories(${GL2PS_INCLUDE_DIR})
IF(wxWidgets_FOUND)

INCLUDE( ${wxWidgets_USE_FILE} )


IF(VXL_VGUI_WX_FOUND)

# Example uses the wxWidgets XML resource fi
Expand Down
2 changes: 1 addition & 1 deletion gui/gui_utils.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// \file

#include "gui_utils.h"
#include <gl2ps/gl2ps.h>
#include <gl2ps.h>
#include <vgui/vgui.h>
#include <vgui/vgui_tableau.h>
#include <vgui/vgui_dialog.h>
Expand Down

0 comments on commit f464c27

Please sign in to comment.