Correct path to cmake
This commit is contained in:
parent
22b5645e7e
commit
8c67ea7055
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -53,9 +53,11 @@ jobs:
|
|||
curl -O https://sdk.lunarg.com/sdk/download/latest/mac/vulkan_sdk.dmg
|
||||
hdiutil attach vulkan_sdk.dmg
|
||||
/Volumes/VulkanSDK/InstallVulkan.app/Contents/MacOS/InstallVulkan in -d --am --al --dl -aa -da --ns -c
|
||||
ls
|
||||
cd /Users/runner/VulkanSDK/1.3.250.1/
|
||||
python install_vulkan.py
|
||||
cd ../../
|
||||
ls
|
||||
brew --prefix libomp
|
||||
cmake -G "Xcode" -DOpenMP_C_FLAGS=/usr/local/opt/libomp -DOpenMP_omp_LIBRARY=/usr/local/opt/libomp -DOpenMP_CXX_FOUND=/usr/local/opt/libomp
|
||||
cmake --build .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue