You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue while installing urdfdom using vcpkg on Windows. The urdfdom-config.cmake file that is generated and installed contains the following issue: (CI log):
In line 6 of the urdfdom-config.cmake file, the variable urdfdom_INCLUDE_DIRS contains ${_IMPORT_PREFIX}/include, which is /include because _IMPORT_PREFIX is not defined for some reason. This seems to be causing a problem with TinyXML_INCLUDE_DIRS not being correctly defined on Windows. The relevant section of the urdfdom-config.cmake file is:
jslee02
changed the title
Invalid path in urdfdom_INCLUDE_DIRS on Windows
Invalid path in urdfdom_INCLUDE_DIRS on Windows installation using vcpkg
Jan 18, 2023
I am encountering an issue while installing urdfdom using vcpkg on Windows. The urdfdom-config.cmake file that is generated and installed contains the following issue: (CI log):
In line 6 of the
urdfdom-config.cmake
file, the variableurdfdom_INCLUDE_DIRS
contains${_IMPORT_PREFIX}/include
, which is/include
because_IMPORT_PREFIX
is not defined for some reason. This seems to be causing a problem withTinyXML_INCLUDE_DIRS
not being correctly defined on Windows. The relevant section of theurdfdom-config.cmake
file is:urdfdom/cmake/urdfdom-config.cmake.in
Line 6 in 0da4b20
where
TinyXML_INCLUDE_DIRS
is defined in the following way:urdfdom/cmake/FindTinyXML.cmake
Lines 56 to 74 in 0da4b20
This issue is related to dartsim/dart#1365
The text was updated successfully, but these errors were encountered: