Skip to content

Commit

Permalink
Merge branch 'master' into development/change-startmode
Browse files Browse the repository at this point in the history
  • Loading branch information
pwielders authored Jan 25, 2024
2 parents e41c2e0 + 90ceca5 commit 2a8e073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindSlauncher.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if(${PC_AWC_FOUND})
)

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(Slauncher DEFAULT_MSG AWC_LIBRARY AWC_INCLUD)
find_package_handle_standard_args(Slauncher DEFAULT_MSG AWC_LIBRARY AWC_INCLUDE)

mark_as_advanced(AWC_LIBRARY AWC_INCLUDE)

Expand Down

0 comments on commit 2a8e073

Please sign in to comment.