Skip to content

Commit

Permalink
target correct name
Browse files Browse the repository at this point in the history
Contributes to CURA-11482
  • Loading branch information
jellespijker committed Jan 12, 2024
1 parent f699c56 commit 0e3e872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ if(WIN32)
target_link_libraries(Arcus PUBLIC Ws2_32)
set_target_properties(Arcus PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON)
if (ENABLE_SENTRY)
set_target_properties(CuraEngine PROPERTIES LINK_FLAGS "/DEBUG:FULL")
set_target_properties(Arcus PROPERTIES LINK_FLAGS "/DEBUG:FULL")
endif ()
endif()

0 comments on commit 0e3e872

Please sign in to comment.