Skip to content

Commit

Permalink
Fix downstream Windows builds (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Feb 5, 2021
1 parent 88636ce commit c012b9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ you choose exactly one.

# Loading a library

The `ignition::common::SystemPaths` class was not ported into `ign-plugin`
The `ignition::common::SystemPaths` class was not ported into `ign-plugin`
because it is more related to filesystem utilities than to plugins. If you are
currently using `ignition::common::SystemPaths` to help with loading plugins,
then you should continue to use it. It does not have a replacement in `ign-plugin`.
Expand Down
4 changes: 3 additions & 1 deletion loader/src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Command line support.
add_subdirectory(cmd)
if(NOT WIN32)
add_subdirectory(cmd)
endif()

0 comments on commit c012b9a

Please sign in to comment.