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 26a7077 commit c29c66cCopy full SHA for c29c66c
CMakeLists.txt
@@ -193,10 +193,6 @@ install(TARGETS SimpleGraphic RUNTIME DESTINATION ".")
193
194
if (WIN32)
195
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()
200
201
find_file(LuaJIT_DLL_DEBUG
202
NAMES "lua51.dll"
0 commit comments