Skip to content

Commit

Permalink
seemed to have reverted the NGLConfig to have the header only version…
Browse files Browse the repository at this point in the history
… of fmt which breaks windows linkin on latest MSVC so have changed back
  • Loading branch information
jmacey committed Apr 25, 2023
1 parent c2f9331 commit 2a9e6a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NGLConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ if ( OpenImageIO_FOUND AND NOT NO_OIIO)
link_libraries(OpenEXR::IlmImf OpenEXR::IlmImfUtil OpenEXR::IlmImfConfig)
endif()
endif()
link_libraries( ${PROJECT_LINK_LIBS} fmt::fmt-header-only freetype glm::glm unofficial::gl3w::gl3w)
link_libraries( ${PROJECT_LINK_LIBS} fmt::fmt freetype glm::glm unofficial::gl3w::gl3w)
2 changes: 1 addition & 1 deletion NGLConfigNOOIIO.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ endif()
# now add NGL specific values
link_directories(${NGL_HOME}/lib)

link_libraries( ${PROJECT_LINK_LIBS} fmt::fmt-header-only freetype glm::glm unofficial::gl3w::gl3w)
link_libraries( ${PROJECT_LINK_LIBS} fmt::fmt freetype glm::glm unofficial::gl3w::gl3w)

0 comments on commit 2a9e6a0

Please sign in to comment.