[cpp-sp] 02/04: Remove boost version from include path.

Scott Cantor cantor.2 at osu.edu
Thu Jan 30 15:37:35 UTC 2025


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=e771882097313f87cec66394445b65d9a84b6e9d

commit e771882097313f87cec66394445b65d9a84b6e9d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 30 10:35:14 2025 -0500

    Remove boost version from include path.
---
 Projects/vc22/Tests.vcxproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Projects/vc22/Tests.vcxproj b/Projects/vc22/Tests.vcxproj
index 61fef101..6e5826ef 100644
--- a/Projects/vc22/Tests.vcxproj
+++ b/Projects/vc22/Tests.vcxproj
@@ -120,7 +120,7 @@
     <LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
-    <IncludePath>$(SolutionDir)..\..\..\boost_1_80_0;$(SolutionDir)..\..\;$(SolutionDir)..\..\shibsp;$(IncludePath)</IncludePath>
+    <IncludePath>$(SolutionDir)..\..\..\boost;$(SolutionDir)..\..\;$(SolutionDir)..\..\shibsp;$(IncludePath)</IncludePath>
     <LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list