mirror of
https://github.com/boostorg/timer.git
synced 2026-07-21 13:33:33 +00:00
Fix typo
This commit is contained in:
@@ -36,7 +36,7 @@ set(deps
|
||||
mp11
|
||||
)
|
||||
|
||||
foreach(dep IN_LISTS deps)
|
||||
foreach(dep IN LISTS deps)
|
||||
|
||||
add_subdirectory(../../../${dep} boostorg/${dep})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user