diff --git a/deploy/cpp/CMakeSettings.json b/deploy/cpp/CMakeSettings.json index 860ca7a61e222d84e5cc7e9b3447bdc8397a8c40..c25f7674751b23770a9e3c17fcfbdf30bf54c28c 100644 --- a/deploy/cpp/CMakeSettings.json +++ b/deploy/cpp/CMakeSettings.json @@ -21,6 +21,11 @@ "value": "C:/projects/fluid_install_dir_win_cpu_1.6/fluid_install_dir_win_cpu_1.6", "type": "PATH" }, + { + "name": "CUDA_LIB", + "value": "", + "type": "PATH" + }, { "name": "CMAKE_BUILD_TYPE", "value": "Release", @@ -41,7 +46,12 @@ "value": "False", "type": "BOOL" } + { + "name": "WITH_ENCRYPTION", + "value": "False", + "type": "BOOL" + } ] } ] -} \ No newline at end of file +}