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 a832d0e commit c465f1dCopy full SHA for c465f1d
CMakeLists.txt
@@ -9,7 +9,7 @@ if (NOT WITH_NODOS_WORKSPACE)
9
"Place this repo under nodos-workspace/Module folder and run cmake -S ./Toolchain/CMake -B Build from workspace root.")
10
endif()
11
12
-set(USE_NOS_PLUGIN_SDK_VERSION "39.0.0")
+set(USE_NOS_PLUGIN_SDK_VERSION "39.12.0")
13
add_compile_definitions(NOS_DISABLE_DEPRECATED)
14
nos_find_plugin_sdk(${USE_NOS_PLUGIN_SDK_VERSION} NOS_PLUGIN_SDK_TARGET NOS_SDK_DIR)
15
if (NOT DEFINED NOS_SDK_DIR)
0 commit comments