Skip to content

Commit

Permalink
Migrate IGNITION- CMake variables (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
methylDragon authored Jun 26, 2022
1 parent 7ab8a5c commit a9c8268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ gz_create_docs(
TUTORIALS_MAINPAGE_MD "${CMAKE_BINARY_DIR}/tutorials.md"
AUTOGENERATED_DOC "${CMAKE_BINARY_DIR}/include/gz/msgs/"
TAGFILES
"${IGNITION-MATH_DOXYGEN_TAGFILE} = ${IGNITION-MATH_API_URL}"
"${GZ-MATH_DOXYGEN_TAGFILE} = ${GZ-MATH_API_URL}"
)

# Wait to build the doc for the autogenerated code
Expand Down
2 changes: 1 addition & 1 deletion tutorials/cppgetstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
find_package(ignition-msgs9 QUIET REQUIRED)
add_executable(ignition-msgs-example main.cc)
target_link_libraries(ignition-msgs-example ${IGNITION-MSGS_LIBRARIES})
target_link_libraries(ignition-msgs-example ${GZ-MSGS_LIBRARIES})
```

Let's start by compiling the examples:
Expand Down

0 comments on commit a9c8268

Please sign in to comment.