Skip to content

Commit

Permalink
Fix Bebop.cmake unable to handle multiple targets
Browse files Browse the repository at this point in the history
  • Loading branch information
SirusDoma authored Sep 23, 2024
1 parent 2108a61 commit 560b63d
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 560b63d

Please sign in to comment.