diff options
| author | James Chang <twmr7@outlook.com> | 2017-11-08 09:29:27 +0800 |
|---|---|---|
| committer | James Chang <twmr7@outlook.com> | 2017-11-08 09:29:27 +0800 |
| commit | 0365de8b26bbac41fbe53e1296eff6ac8df06a41 (patch) | |
| tree | c1b1df2de94f0c49a00ea34cbf86b366d21537cf | |
| parent | 31247f6f3b1badad4f78c5ef2146769953b95955 (diff) | |
| download | vcpkg-0365de8b26bbac41fbe53e1296eff6ac8df06a41.tar.gz vcpkg-0365de8b26bbac41fbe53e1296eff6ac8df06a41.zip | |
comment on the reason to disable OpenMP
| -rw-r--r-- | ports/librealsense2/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/librealsense2/portfile.cmake b/ports/librealsense2/portfile.cmake index 09cc5706b..ac4c40e95 100644 --- a/ports/librealsense2/portfile.cmake +++ b/ports/librealsense2/portfile.cmake @@ -28,7 +28,7 @@ vcpkg_configure_cmake( -DBUILD_GRAPHICAL_EXAMPLES=off -DBUILD_PYTHON_BINDINGS=off -DBUILD_UNIT_TESTS=off - -DBUILD_WITH_OPENMP=off + -DBUILD_WITH_OPENMP=off # keep OpenMP off until librealsense issue #744 is patched -DBUILD_SHARED_LIBS=${BUILD_SHARED} OPTIONS_DEBUG "-DCMAKE_PDB_OUTPUT_DIRECTORY=${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg" |
