Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Jan 3, 2025
1 parent 5dc197b commit 43586d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ target_compile_options(libf3d PUBLIC ${f3d_compile_options_public} PRIVATE ${f3d
target_link_options(libf3d PUBLIC ${f3d_link_options_public})

if(F3D_LINUX_LINK_FILESYSTEM)
target_link_libraries(f3d PRIVATE stdc++fs)
target_link_libraries(libf3d PRIVATE stdc++fs)
endif()

# exr
Expand Down

0 comments on commit 43586d2

Please sign in to comment.