Skip to content

Commit

Permalink
cmake: Fix check_arm32_assembly when using as subproject
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed May 7, 2024
1 parent 7712a53 commit 9f4c8cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/CheckArm32Assembly.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function(check_arm32_assembly)
try_compile(HAVE_ARM32_ASM
${CMAKE_BINARY_DIR}/check_arm32_assembly
SOURCES ${CMAKE_SOURCE_DIR}/cmake/source_arm32.s
${PROJECT_BINARY_DIR}/check_arm32_assembly
SOURCES ${PROJECT_SOURCE_DIR}/cmake/source_arm32.s
)
endfunction()

0 comments on commit 9f4c8cd

Please sign in to comment.