Skip to content

Commit

Permalink
rs-pose is not graphical
Browse files Browse the repository at this point in the history
  • Loading branch information
radfordi committed Apr 5, 2019
1 parent f5fa91e commit a3cee5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pose/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ elseif(COMPILER_SUPPORTS_CXX0X)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
endif()

if(BUILD_GRAPHICAL_EXAMPLES)
if(BUILD_EXAMPLES)
add_executable(rs-pose rs-pose.cpp)
target_link_libraries(rs-pose ${DEPENDENCIES})
set_target_properties (rs-pose PROPERTIES FOLDER Examples)
Expand Down

0 comments on commit a3cee5c

Please sign in to comment.