From 1d267383cad200738f5d146f2e675ef42e1a39e2 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Mon, 24 Feb 2020 09:27:55 -0600 Subject: [PATCH] Copy the correct system.lsp in the CMake build This will fix the *file-separator* issue Steve reported. --- nyquist/CMakeLists.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/nyquist/CMakeLists.txt b/nyquist/CMakeLists.txt index 260ca231b..98f015468 100755 --- a/nyquist/CMakeLists.txt +++ b/nyquist/CMakeLists.txt @@ -31,7 +31,15 @@ list( APPEND SOURCES spec-plot.lsp spectral-analysis.lsp stk.lsp - system.lsp + + # Fix this when reorganizing the Nyquist sources + $<$: + ${libsrc}/libnyquist/nyquist/sys/win/msvc/system.lsp + > + $<$>: + system.lsp + > + test.lsp velocity.lsp xlinit.lsp