Skip to content

Commit

Permalink
[s2opc] correct failing build (#3454)
Browse files Browse the repository at this point in the history
  • Loading branch information
matclab authored Mar 12, 2020
1 parent 8803025 commit fc05e61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/s2opc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ make -j$(nproc) install
mkdir -p $S2OPC_BUILD
cd $S2OPC_BUILD
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DS2OPC_CLIENTSERVER_ONLY=ON \
-DCMAKE_C_COMPILER="$CC" -DCMAKE_C_FLAGS="$CFLAGS" -DCMAKE_EXE_LINKER_FLAGS="$CXXFLAGS" \
-DCMAKE_C_LINK_EXECUTABLE="$CXX <FLAGS> <CMAKE_C_LINK_FLAGS> <LINK_FLAGS> <OBJECTS> -o <TARGET> <LINK_LIBRARIES>" \
-DWITH_OSS_FUZZ=ON \
Expand Down

0 comments on commit fc05e61

Please sign in to comment.