We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65402f commit ad4a972Copy full SHA for ad4a972
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1.3 FATAL_ERROR)
2
3
if(NOT CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
4
add_subdirectory(src)
5
- # compatinility with find_package() vs add_subdirectory
+ # compatibility with find_package() vs add_subdirectory
6
set(hidapi_VERSION "${hidapi_VERSION}" PARENT_SCOPE)
7
return()
8
endif()
src/CMakeLists.txt
@@ -10,7 +10,7 @@ endif()
10
11
set(VERSION "${CMAKE_MATCH_1}")
12
string(STRIP "${CMAKE_MATCH_2}" VERSION_SUFFIX)
13
-# compatinility with find_package() vs add_subdirectory
+# compatibility with find_package() vs add_subdirectory
14
set(hidapi_VERSION "${VERSION}" PARENT_SCOPE)
15
#
16
0 commit comments