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.
1 parent 019fd0a commit c58f743Copy full SHA for c58f743
.travis.yml
@@ -30,4 +30,4 @@ before_script:
30
script:
31
- mkdir build && cd build
32
- cmake -DCMAKE_BUILD_TYPE=Release $CMAKE_OPTIONS ..
33
- - cmake --build . --config Release
+ - cmake --build . --config Release -- -j4
CMakeLists.txt
@@ -859,6 +859,7 @@ if(BUILD_PYTHON)
859
CONFIGURE_COMMAND ""
860
BUILD_COMMAND <SOURCE_DIR>/build-ios.py --arch=${CMAKE_OSX_ARCHITECTURES}
861
--install-dir=<INSTALL_DIR> --suppress-stdout
862
+ --configuration=$<CONFIG>
863
INSTALL_COMMAND ""
864
865
BUILD_IN_SOURCE 1
0 commit comments