Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Fixed link issue on TDM-MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed Nov 20, 2011
1 parent acdca82 commit 768291e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ IF (MINGW AND NOT wxWidgets_FOUND)
${wxWidgets_gl_LIBRARY}
${wxWidgets_stc_LIBRARY}
)
SET ( CMAKE_CXX_FLAGS "-fpermissive" )
ENDIF()
INCLUDE_DIRECTORIES( ${wxWidgets_INCLUDE_DIR} ${CMAKE_CURRENT_SOURCE_DIR} "modules" "modules/wxbind/setup" )

Expand Down

0 comments on commit 768291e

Please sign in to comment.