Skip to content

Commit

Permalink
Merge pull request #348 from SirusDoma/fix-cmake
Browse files Browse the repository at this point in the history
Fix Bebop.cmake unable to handle multiple targets
  • Loading branch information
andrewmd5 authored Sep 25, 2024
2 parents 2108a61 + 560b63d commit 96f426c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/cmake/Bebop.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ function(Bebop_Generate target_name)
elseif(_system_processor STREQUAL "arm64")
set(_system_processor "arm64")
endif()


FetchContent_GetProperties(${_bebopc_prefix})
if(NOT ${_bebopc_prefix}_POPULATED)
if(CMAKE_HOST_WIN32)
string(APPEND _bebopc_executable_name ".exe")
Expand Down

0 comments on commit 96f426c

Please sign in to comment.