mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-19 21:43:36 -04:00
BUILD_HIDTEST->HIDAPI_BUILD_HIDTEST to have consistent custom prefix
This commit is contained in:
+2
-2
@@ -33,7 +33,7 @@ set(BUILD_HIDTEST_DEFAULT OFF)
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||
set(BUILD_HIDTEST_DEFAULT ON)
|
||||
endif()
|
||||
option(BUILD_HIDTEST "Build small console test application hidtest" ${BUILD_HIDTEST_DEFAULT})
|
||||
if(BUILD_HIDTEST)
|
||||
option(HIDAPI_BUILD_HIDTEST "Build small console test application hidtest" ${BUILD_HIDTEST_DEFAULT})
|
||||
if(HIDAPI_BUILD_HIDTEST)
|
||||
add_subdirectory(hidtest)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user