Fix conan create on Windows
Compare changes
Files
2+ 2
− 2
@@ -40,7 +40,7 @@ class ResultSet {
@@ -91,7 +91,7 @@ public:
Fixes:
Creating the conan package and installing on Windows had some issues. This MR fixes that.
conan create
now works on Windows without errors (e.g. via .\make.ps1 conan-create
)cmake --install
results in output files being installed to %appdata%\LinkAhead
, e.g. C:\Users\Joscha\AppData\Roaming\LinkAhead
Regular
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.