Skip to content

Commit

Permalink
OSX wx build tweak for static lib
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcliffe committed Aug 29, 2015
1 parent b549f97 commit c62ab63
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 @@ -426,6 +426,7 @@ ENDIF(MSVC)
IF (APPLE)
ADD_DEFINITIONS(
-DHAVE_TYPE_TRAITS=1
-mmacosx-version-min=10.9
)
ENDIF(APPLE)

Expand All @@ -437,7 +438,6 @@ IF (APPLE AND BUNDLE_APP)
-std=c++0x
-pthread
-D_OSX_APP_
-mmacosx-version-min=10.9
)

ADD_EXECUTABLE(CubicSDR
Expand Down

0 comments on commit c62ab63

Please sign in to comment.