Skip to content

Commit 9905ddf

Browse files
committed
fix: copy/paste bug
1 parent 2946899 commit 9905ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/wwa-scope-action-config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ get_filename_component(SCOPE_ACTION_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
33
list(APPEND CMAKE_MODULE_PATH ${SCOPE_ACTION_CMAKE_DIR})
44

55
if(NOT TARGET wwa-scope-action)
6-
include("${SCOPE_ACTION_CMAKE_DIR}/wwa-coro-target.cmake")
6+
include("${SCOPE_ACTION_CMAKE_DIR}/wwa-scope-action-target.cmake")
77
add_library(wwa::scope_action ALIAS wwa-scope-action)
88
endif()

0 commit comments

Comments
 (0)