Skip to content

Commit bd29799

Browse files
committed
Hotfix for test: vulkan is not currently tested
Changes to be committed: modified: CMakeLists.txt
1 parent c61b4ba commit bd29799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
cmake_minimum_required(VERSION 3.20)
22
enable_testing()
33
option(ae2f_CXX "" ON)
4-
option(ae2fVK_needed "" ON)
4+
option(ae2fVK_needed "" OFF)
55
option(ae2f_TEST "" ON)
66
option(ae2f_MAC_BUILD "" ON)
77
option(ae2f_IS_SHARED "" OFF)
8-
option(ae2f_DEVEL "" ON)
8+
option(ae2f_DEVEL "" OFF)
99

1010
include(cmake/Core.cmake)
1111

0 commit comments

Comments
 (0)