diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-05-16 11:59:11 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-05-16 12:12:05 +0200 |
commit | eb81f1f23a16118debe1daebbccc58d02a3f5631 (patch) | |
tree | 14f327bff4092209e7db09d571d40cb233404865 /games-simulation/EmptyEpsilon/files/SeriousProton-cmake.patch | |
parent | net-im/poezio: drop 0.13.1-r2 (diff) | |
download | gentoo-eb81f1f23a16118debe1daebbccc58d02a3f5631.tar.gz gentoo-eb81f1f23a16118debe1daebbccc58d02a3f5631.tar.bz2 gentoo-eb81f1f23a16118debe1daebbccc58d02a3f5631.zip |
games-simulation/EmptyEpsilon: add 2022.03.16
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'games-simulation/EmptyEpsilon/files/SeriousProton-cmake.patch')
-rw-r--r-- | games-simulation/EmptyEpsilon/files/SeriousProton-cmake.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games-simulation/EmptyEpsilon/files/SeriousProton-cmake.patch b/games-simulation/EmptyEpsilon/files/SeriousProton-cmake.patch new file mode 100644 index 000000000000..3ac8368055f1 --- /dev/null +++ b/games-simulation/EmptyEpsilon/files/SeriousProton-cmake.patch @@ -0,0 +1,15 @@ +--- a/libs/basis_universal/CMakeLists.txt ++++ b/libs/basis_universal/CMakeLists.txt +@@ -29,9 +29,9 @@ else() + endif() + + if(NOT basis_POPULATED) +- if(COMMAND FetchContent_Populate) +- FetchContent_Populate(basis) +- endif() ++ set(basis_SOURCE_DIR "${EXTERNALS_DIR}/basis") ++ set(basis_BINARY_DIR "${PROJECT_BINARY_DIR}/externals/basis") ++ + if(CMAKE_SIZEOF_VOID_P EQUAL 8) + set(BUILD_X64 FALSE CACHE BOOL "") + endif() |