Skip to content

Commit 9e75481

Browse files
committed
Changes to be committed:
modified: CMakeLists.txt
1 parent 69550ea commit 9e75481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if(NOT TARGET ae2f::Ann)
6565
ae2f_CoreTestTent(${ae2f__Ann__TENT} "test/ann")
6666
endif()
6767

68-
if(NOT TARGET ae2fVK::Ann)
68+
if(ae2fVK_needed AND NOT TARGET ae2fVK::Ann)
6969
ae2f_CoreLibFetchX(ae2f VK-Core main)
7070
file(GLOB AnnVK-inc ${PROJECT_SOURCE_DIR}/inc/ae2fVK/Ann/*.h)
7171

0 commit comments

Comments
 (0)