packages.vm: fix

This commit is contained in:
2025-05-11 04:51:31 +08:00
parent f6c0840456
commit f87e6e4dd4

View File

@@ -15,7 +15,7 @@ add_executable(vm src/main.cpp)
target_compile_features(vm PUBLIC cxx_std_23)
target_link_libraries(vm PRIVATE biu::biu)
if(VM_CONFIG)
target_compile_definitions(vm PRIVATE VM_CONFIG="${VMCONFIG}")
target_compile_definitions(vm PRIVATE VM_CONFIG="${VM_CONFIG}")
endif()
install(TARGETS vm RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})