From b7b816aa2e83647e2a4ca47ad4d2898cc55768fe Mon Sep 17 00:00:00 2001 From: Aaron Helton Date: Wed, 23 Oct 2019 22:04:43 -0400 Subject: [PATCH] Fix error in cmake file to allow testing on build. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a9bd273..ae256e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,5 +19,5 @@ add_custom_command( TARGET NameSort POST_BUILD WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/test - COMMAND cmd //C Test.bat + COMMAND cmd /c Test.cmd ) \ No newline at end of file