Skip to content

Commit

Permalink
Moved OSX kext to platforms directory
Browse files Browse the repository at this point in the history
Put platform check around FRAMEWORK calls
  • Loading branch information
qdot committed Jan 1, 2011
1 parent 6dcc256 commit d3ccb43
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Expand Up @@ -48,7 +48,9 @@ INITIALIZE_BUILD()

OPTION_LIBRARY_BUILD_STATIC(ON)
OPTION_LIBRARY_BUILD_SHARED(ON)
#OPTION_LIBRARY_BUILD_FRAMEWORK(OFF)
IF(APPLE)
OPTION_LIBRARY_BUILD_FRAMEWORK(OFF)
ENDIF()
OPTION_BUILD_RPATH(ON)

######################################################################################
Expand Down

0 comments on commit d3ccb43

Please sign in to comment.