Skip to content

Commit

Permalink
FIX: windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
febret committed Apr 10, 2015
1 parent 4f7b042 commit 2bce109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/UseOsgBullet.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ set(OSGBULLET_ARGS
if(WIN32)
# The OSGWORKS_STATIC preprocessor definition tells osgBullet that
# we are using the static version of osgWorks.
#set(OSGBullet_CXX_FLAGS "${CMAKE_CXX_FLAGS} /D\"OSGWORKS_STATIC\"")
set(OSGBullet_CXX_FLAGS "${CMAKE_CXX_FLAGS} /D\"OSGWORKS_STATIC\"")
set(OSGBULLET_ARGS
#-DCMAKE_SHARED_LINKER_FLAGS:STRING="${CMAKE_SHARED_LINKER_FLAGS} /NODEFAULTLIB:msvcprt.lib /NODEFAULTLIB:libcpmt.lib"
#-DCMAKE_LINKER_FLAGS:STRING="${CMAKE_LINKER_FLAGS} /NODEFAULTLIB:libcpmt.lib /NODEFAULTLIB:msvcprt.lib"
Expand Down

0 comments on commit 2bce109

Please sign in to comment.