Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Update the outdated example CMakeLists.txt in the example-lib
  • Loading branch information
leetal authored Feb 14, 2018
1 parent f541989 commit d2dafba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions example/example-lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ set (HEADERS
HelloWorldIOS.h
)


IF (${SIMULATOR})
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mios-simulator-version-min=8.0")
ENDIF()

# Library
add_library (example STATIC ${SOURCES} ${HEADERS})

Expand Down

0 comments on commit d2dafba

Please sign in to comment.