Skip to content

Commit

Permalink
Revert FindIgnOgre change (gazebosim#184)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored and srmainwaring committed Mar 1, 2022
1 parent e32d657 commit f120e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindIgnOGRE.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ macro(ign_ogre_declare_plugin TYPE COMPONENT)
list(APPEND OGRE_LIBRARIES ${TYPE}_${COMPONENT})
endmacro()

if (NOT PKG_CONFIG_FOUND)
if (NOT WIN32)
# pkg-config platforms
set(PKG_CONFIG_PATH_ORIGINAL $ENV{PKG_CONFIG_PATH})
set(PKG_CONFIG_PATH_TMP ${PKG_CONFIG_PATH_ORIGINAL})
Expand Down

0 comments on commit f120e5e

Please sign in to comment.