Skip to content

Commit d2dafba

Browse files
authored
Update CMakeLists.txt
Update the outdated example CMakeLists.txt in the example-lib
1 parent f541989 commit d2dafba

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

example/example-lib/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ set (HEADERS
1616
HelloWorldIOS.h
1717
)
1818

19-
20-
IF (${SIMULATOR})
21-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mios-simulator-version-min=8.0")
22-
ENDIF()
23-
2419
# Library
2520
add_library (example STATIC ${SOURCES} ${HEADERS})
2621

0 commit comments

Comments
 (0)