Skip to content

Commit 77882ee

Browse files
Try again.
1 parent 4bb88ec commit 77882ee

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/thirdparty/fastmcpp.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ CMAKE_OPTIONS="${CMAKE_OPTIONS} \
1010
-D FASTMCPP_BUILD_TESTS=OFF \
1111
-D FASTMCPP_BUILD_EXAMPLES=OFF \
1212
-D FASTMCPP_FETCH_CURL=OFF \
13+
-D CMAKE_CXX_FLAGS=-fPIC \
1314
"
1415

1516
cmake -S "${SOURCE_DIR}" -B "${BUILD_DIR}" -D CMAKE_C_FLAGS="${CFLAGS}" ${CMAKE_OPTIONS}

source/fastmcpp/fastmcpp.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
<Keyword>Win32Proj</Keyword>
135135
<RootNamespace>MRInterprocess</RootNamespace>
136136
</PropertyGroup>
137+
<Import Project="$(ProjectDir)\..\platform.props" />
137138
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
138139
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
139140
<ConfigurationType>StaticLibrary</ConfigurationType>
@@ -146,7 +147,6 @@
146147
<WholeProgramOptimization>false</WholeProgramOptimization>
147148
<CharacterSet>Unicode</CharacterSet>
148149
</PropertyGroup>
149-
<Import Project="$(ProjectDir)\..\..\MeshLib\source\platform.props" />
150150
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
151151
<ImportGroup Label="ExtensionSettings">
152152
</ImportGroup>

0 commit comments

Comments
 (0)