Skip to content

Commit c29c66c

Browse files
committed
Remove exploratory validator from CMake script
1 parent 26a7077 commit c29c66c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,6 @@ install(TARGETS SimpleGraphic RUNTIME DESTINATION ".")
193193

194194
if (WIN32)
195195
set(DEPS_DIR "${VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}")
196-
function(Honk result_var item)
197-
message("Considering ${item}...")
198-
set(${result_var} FALSE PARENT_SCOPE)
199-
endfunction()
200196

201197
find_file(LuaJIT_DLL_DEBUG
202198
NAMES "lua51.dll"

0 commit comments

Comments
 (0)