Skip to content

Commit

Permalink
Fixed Windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Apr 26, 2024
1 parent 9c35348 commit 24c7158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mrv2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ else()
set(FLTK_FLUID_EXECUTABLE ${CMAKE_INSTALL_PREFIX}/bin/fluid)
endif()

if(WIN32 AND FLTK_BUIKD_SHARED_LIBS)
add_definitions(-D FL_DLL)
if(WIN32 AND FLTK_BUILD_SHARED_LIBS)
add_definitions(-DFL_DLL)
endif()


Expand Down

0 comments on commit 24c7158

Please sign in to comment.