Skip to content

Commit

Permalink
align default location of eigen library across windows and linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
lovettchris committed May 2, 2017
1 parent 9f77079 commit 7715ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AirLib/build/eigen.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<PrepareForBuildDependsOn>$(PrepareForBuildDependsOn);InvokeRpcLibBuild;InvokeEigenBuild</PrepareForBuildDependsOn>
<EIGEN_ROOT Condition="'$(EIGEN_ROOT)'==''">$(MSBuildThisFileDirectory)\..\..</EIGEN_ROOT>
<EIGEN_ROOT Condition="'$(EIGEN_ROOT)'==''">$(MSBuildThisFileDirectory)\..\..\eigen</EIGEN_ROOT>
</PropertyGroup>

<Target Name="InvokeRpcLibBuild"
Expand Down

0 comments on commit 7715ff8

Please sign in to comment.