Skip to content

Commit

Permalink
Remove deprecated include
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Jul 20, 2022
1 parent d795593 commit 73e072f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ target_link_libraries(${PROJECT_LIBRARY_TARGET_NAME}
gz-utils${GZ_UTILS_VER}::gz-utils${GZ_UTILS_VER}
)

# This is required by the WorkerPool::WaitForResults(const Time &_timeout)
# TODO(anyone): GZ_DEPRECATED(4). Remove this part when the method is removed
target_include_directories(${PROJECT_LIBRARY_TARGET_NAME} PRIVATE
${gz-math${GZ_MATH_VER}_INCLUDE_DIRS})

# Handle non-Windows configuration settings
if(NOT WIN32)
# Link the libraries that we don't expect to find on Windows
Expand Down

0 comments on commit 73e072f

Please sign in to comment.