Skip to content

Commit 33492a8

Browse files
committed
correct plugin name
1 parent df2a3e9 commit 33492a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/OpenCOVER/plugins/ukoeln/ANARI/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ if (TARGET umesh::umesh)
8484
target_link_libraries(ANARIPlugin umesh::umesh)
8585
endif()
8686
SET_TARGET_PROPERTIES(ANARIPlugin PROPERTIES OUTPUT_NAME ANARI)
87-
REMOVE_COVISE_COMPILE_FLAGS(starDust "-wd4251")
88-
REMOVE_COVISE_COMPILE_FLAGS(starDust "-wd4335")
87+
REMOVE_COVISE_COMPILE_FLAGS(ANARIPlugin "-wd4251")
88+
REMOVE_COVISE_COMPILE_FLAGS(ANARIPlugin "-wd4335")

0 commit comments

Comments
 (0)