smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
241 stars 244 forks source link

Build failure with -DBUILD_TESTS=ON -DENABLE_SECURITY=OFF #3614

Closed iCollin closed 3 years ago

iCollin commented 3 years ago

Bug Report

core fails to compile in this configuration: cmake ../sdl_core -DBUILD_TESTS=ON -DENABLE_SECURITY=OFF

regression from https://github.com/smartdevicelink/sdl_core/pull/2682

Reproduction Steps
  1. git checkout develop
  2. cmake ../sdl_core -DBUILD_TESTS=ON -DENABLE_SECURITY=OFF
  3. make install
Expected Behavior

Core builds successfullly

Observed Behavior

Core fails to build because of undefined byteswaps.

OS & Version Information
iCollin commented 3 years ago

Closed via https://github.com/smartdevicelink/sdl_core/pull/3615