Skip to content

Commit

Permalink
debug ci 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Apr 29, 2024
1 parent c3259c0 commit 2c9b2e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/macoroFindDeps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ macro(FIND_OPTIONAL)
endmacro()

if((MACORO_FETCH_AUTO OR MACORO_FETCH_OPTIONAL) AND MACORO_BUILD)
message("FETCH OPTIONAL")
if(NOT MACORO_FETCH_OPTIONAL)
FIND_OPTIONAL(QUIET)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/../thirdparty/getOptionalLite.cmake")
endif()

if(MACORO_OPTIONAL_LITE_V)
message("FIND OPTIONAL")
FIND_OPTIONAL(REQUIRED)
endif()

Expand Down

0 comments on commit 2c9b2e6

Please sign in to comment.