We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e48363 commit fd0ca7dCopy full SHA for fd0ca7d
tests/unit-ext/CMakeLists.txt
@@ -35,7 +35,7 @@ set(SOURCE_UNIT_TEST_EXT_MODULES
35
36
# Disable test-ext-autorelease.c if compiler is MSVC, because MSVC doesn't support cleanup attribute.
37
if(USING_MSVC)
38
- list(REMOVE_ITEM SOURCE_UNIT_TEST_EXT_MODULES ${CMAKE_CURRENT_SOURCE_DIR}/test-ext-autorelease.c)
+ list(REMOVE_ITEM SOURCE_UNIT_TEST_EXT_MODULES test-ext-autorelease.c)
39
endif()
40
41
# Unit tests declaration
0 commit comments