From 1f206b99d298c0e087f82aad4dc0581a74e62db0 Mon Sep 17 00:00:00 2001 From: Alec Miller Date: Sun, 15 Sep 2024 12:49:02 -0700 Subject: [PATCH] kram - build - cmake fixes --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e870d5..06b9972 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,8 @@ if (BUILD_WIN) # hlslparser is also now in the kram build. Keep executables up to date. # I would use the sln file, but msbuild doesn't like to be called from cibuld.sh - install(TARGETS hlslparser RUNTIME DESTINATION ${BIN_DIR}) + # This builds but has a lot of warnings. When I resume work, will re-instate. + # install(TARGETS hlslparser RUNTIME DESTINATION ${BIN_DIR}) endif() #-----------------------------------------------------