Skip to content

Commit 553d389

Browse files
committed
FIX: Dependencies: Build OpenMesh with CMAKE_CORE_BUILD_FLAGS
This caused cross-compilation to fail on Apple platforms, because it did not receive the baseline CMAKE_CORE_BUILD_FLAGS we pass to each dependency build. Signed-off-by: Philipp Remy <philipp@philippremy.net>
1 parent 6c79765 commit 553d389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cmake/deps/openmesh.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if(AV_BUILD_OPENMESH)
2929
INSTALL_DIR ${CMAKE_INSTALL_PREFIX}
3030
CONFIGURE_COMMAND
3131
${CMAKE_COMMAND}
32-
-DCMAKE_BUILD_TYPE=${DEPS_CMAKE_BUILD_TYPE}
32+
${CMAKE_CORE_BUILD_FLAGS}
3333
-DBUILD_APPS=OFF
3434
-DOPENMESH_DOCS=OFF
3535
-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>

0 commit comments

Comments
 (0)