Skip to content

Commit e94ef48

Browse files
authored
remove erroneous library dependency on Mac
1 parent 12a3e27 commit e94ef48

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,6 @@ elseif(CMAKE_COMPILER_IS_GNUCXX)
244244
-Wl,--whole-archive $<TARGET_FILE:Lab::Sound> -Wl,--no-whole-archive
245245
)
246246
elseif("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
247-
target_link_libraries(usd_ms
248-
PRIVATE
249-
)
250247
target_link_libraries(LabSoundGraphToy
251248
${PLATFORM_LIBS}
252249
imgui

0 commit comments

Comments
 (0)