Skip to content

Commit

Permalink
Add INCL_EXTRA_HTON_FUNCTIONS definitions so that on windows, the
Browse files Browse the repository at this point in the history
extra ntonll function is defined
  • Loading branch information
nyue committed Aug 4, 2016
1 parent ee3287c commit 12c92e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENDIF ()
INCLUDE_DIRECTORIES ( ${ILMBASE_INCLUDE_DIRS} )

IF (WIN32)
ADD_DEFINITIONS ( -DGOOGLE_GLOG_DLL_DECL= )
ADD_DEFINITIONS ( -DGOOGLE_GLOG_DLL_DECL= -DINCL_EXTRA_HTON_FUNCTIONS )
SET ( ADDITIONAL_LIBRARIES Ws2_32 )
ENDIF ()

Expand Down

0 comments on commit 12c92e7

Please sign in to comment.