Skip to content

Commit c465f1d

Browse files
Conform to SDK changes
1 parent a832d0e commit c465f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (NOT WITH_NODOS_WORKSPACE)
99
"Place this repo under nodos-workspace/Module folder and run cmake -S ./Toolchain/CMake -B Build from workspace root.")
1010
endif()
1111

12-
set(USE_NOS_PLUGIN_SDK_VERSION "39.0.0")
12+
set(USE_NOS_PLUGIN_SDK_VERSION "39.12.0")
1313
add_compile_definitions(NOS_DISABLE_DEPRECATED)
1414
nos_find_plugin_sdk(${USE_NOS_PLUGIN_SDK_VERSION} NOS_PLUGIN_SDK_TARGET NOS_SDK_DIR)
1515
if (NOT DEFINED NOS_SDK_DIR)

0 commit comments

Comments
 (0)