mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
util: Use contains instead of find for strings (#3961)
* Update BUILDING.md * util: Use contains instead of find for strings also removed custom 'bit_cast' Co-authored-by: 双子叶植物 <149964080+Dicot0721@users.noreply.github.com> --------- Co-authored-by: nishinji <nishinji@users.noreply.github.com> Co-authored-by: 双子叶植物 <149964080+Dicot0721@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 11.0)
|
||||
|
||||
# workaround for SDL due to cmake bug
|
||||
# workaround for SDL due to cmake bug
|
||||
# https://github.com/libsdl-org/SDL/issues/6454
|
||||
# https://gitlab.kitware.com/cmake/cmake/-/issues/24104
|
||||
if(APPLE)
|
||||
|
||||
Reference in New Issue
Block a user