Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions SwiftCmakeOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ function(verify_test_dependencies)
set(found TRUE)
elseif(${P} STREQUAL "GmockGlobal" AND TARGET gmock-global)
set(found TRUE)
elseif(${P} STREQUAL "Nlopt" AND TARGET nlopt)
set(found TRUE)
endif()
if(NOT found)
message(WARNING "Disable tests because dependency ${P} was not found")
Expand Down