mirror of
https://github.com/RPCS3/hidapi.git
synced 2024-11-26 19:40:35 +00:00
Fix typos in comments (#523)
This commit is contained in:
parent
e65402ff46
commit
ad4a9721cb
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1.3 FATAL_ERROR)
|
||||
|
||||
if(NOT CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
|
||||
add_subdirectory(src)
|
||||
# compatinility with find_package() vs add_subdirectory
|
||||
# compatibility with find_package() vs add_subdirectory
|
||||
set(hidapi_VERSION "${hidapi_VERSION}" PARENT_SCOPE)
|
||||
return()
|
||||
endif()
|
||||
|
@ -10,7 +10,7 @@ endif()
|
||||
|
||||
set(VERSION "${CMAKE_MATCH_1}")
|
||||
string(STRIP "${CMAKE_MATCH_2}" VERSION_SUFFIX)
|
||||
# compatinility with find_package() vs add_subdirectory
|
||||
# compatibility with find_package() vs add_subdirectory
|
||||
set(hidapi_VERSION "${VERSION}" PARENT_SCOPE)
|
||||
#
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user