Skip to content

Commit

Permalink
Fix CMake build option (LOADER_NEXUS_CHECK)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andoryuuta committed Aug 6, 2021
1 parent ac2ab0e commit 3d7ad5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)

add_subdirectory(extern)

set(LOADER_NEXUS_CHECK "A check only for the nexus version to future-proof against collection misuse" OFF)
option(LOADER_NEXUS_CHECK "A check only for the nexus version to future-proof against collection misuse" OFF)

add_library(dinput8 SHARED
"src/dinput_proxy/dinput8_proxy.cpp"
Expand Down

0 comments on commit 3d7ad5b

Please sign in to comment.