Skip to content

Commit

Permalink
fixup! add FindGLFW.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
LeroyR committed Oct 11, 2023
1 parent 87df3cf commit 4ec2a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mujoco_ros/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ add_library(${PROJECT_NAME}
target_include_directories(${PROJECT_NAME}
PUBLIC ${PROJECT_SOURCE_DIR}/include
${mujoco_include_DIRS}
${GLFW3_INCLUDE_DIRS}
${GLFW3_INCLUDE_DIR}
)

target_link_libraries(${PROJECT_NAME}
Expand Down

0 comments on commit 4ec2a63

Please sign in to comment.