Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Andrea Machizaud
CMake
Commits
4bf40dfc
Commit
4bf40dfc
authored
May 12, 2022
by
Andrea Machizaud
Browse files
FindVulkan: remove noop on CMAKE_MODULE_PATH in tests
parent
bf0f525e
Pipeline
#281038
waiting for manual action with stages
in 6 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Tests/FindVulkan/Test/CMakeLists.txt
View file @
4bf40dfc
...
...
@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 3.4)
project
(
TestFindVulkan C CXX
)
include
(
CTest
)
SET
(
CMAKE_MODULE_PATH
${
PROJECT_SOURCE_DIR
}
/../../../Modules
)
find_package
(
Vulkan REQUIRED
COMPONENTS
glslang
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment