Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
guolinke authored Oct 1, 2018
1 parent 98d76af commit 0b216c1
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 @@ -17,7 +17,7 @@ if(APPLE)
OPTION(APPLE_OUTPUT_DYLIB "Output dylib shared library" OFF)

This comment has been minimized.

Copy link
@skysun99

skysun99 Oct 2, 2018

ICloud account id information

endif()

if((CMAKE_CXX_COMPILER_ID STREQUAL "GNU") AND (UNIX))
if((CMAKE_CXX_COMPILER_ID STREQUAL "GNU") AND (UNIX) AND (NOT APPLE))
ADD_DEFINITIONS(-DGCC)
endif()

Expand Down

0 comments on commit 0b216c1

Please sign in to comment.