Skip to content

Commit

Permalink
Revert FindIgnOgre change (#184)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Aug 27, 2021
1 parent ac80fa9 commit ae1bbbf
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 ae1bbbf

Please sign in to comment.