We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1aa3893 + ce416c6 commit be02352Copy full SHA for be02352
Build_iOS/CMakeLists.txt
@@ -35,7 +35,6 @@ execute_process(WORKING_DIRECTORY ${ARM_BINARY_DIR}
35
add_custom_target(sim
36
COMMAND ${CMAKE_COMMAND}
37
--build ${SIM_BINARY_DIR}
38
- --target cpprest
39
--config ${CMAKE_BUILD_TYPE}
40
COMMENT "Building for i386 (simulator)"
41
VERBATIM
@@ -45,7 +44,6 @@ add_custom_target(sim
45
44
add_custom_target(arm
46
47
--build ${ARM_BINARY_DIR}
48
49
50
COMMENT "Building for armv7, armv7s, arm64"
51
0 commit comments