Browse Source

BUG: fix arguments to wxwindows test

Bill Hoffman 22 years ago
parent
commit
6b1abee813
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/CMakeLists.txt

+ 1 - 1
Source/CMakeLists.txt

@@ -522,7 +522,7 @@ IF(BUILD_TESTING)
       --build-makeprogram ${MAKEPROGRAM}
       --build-exe-dir ${CMake_BINARY_DIR}/Tests/UseWX
       --build-project UsewxWindows
-      --build-options CMAKE_ARGS -DCMAKE_WXWINDOWS_WXCONFIG_EXECUTABLE:FILEPATH=${CMAKE_WXWINDOWS_WXCONFIG_EXECUTABLE}
+      --build-options -DCMAKE_WXWINDOWS_WXCONFIG_EXECUTABLE:FILEPATH=${CMAKE_WXWINDOWS_WXCONFIG_EXECUTABLE}
       --test-command UseWX
     )