Skip to content
Snippets Groups Projects
Commit 04645f56 authored by Sankhesh Jhaveri's avatar Sankhesh Jhaveri :speech_balloon:
Browse files

Remove export information from shader generated string

This fixes the two warnings generated prior on Windows dashboards -
one for "incorrect dll linkage" and the other for "locally defined
symbol imported in function".
parent 28e4ac01
No related branches found
No related tags found
No related merge requests found
......@@ -117,8 +117,7 @@ foreach(file ${test_shader_files})
DEPENDS ${src} vtkEncodeString
COMMAND vtkEncodeString
ARGS ${res} ${src} ${file_we}
--build-header VTKRENDERINGVOLUMEOPENGL2_EXPORT
vtkRenderingVolumeOpenGL2Module.h
--build-header
)
endforeach()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment