diff options
Diffstat (limited to 'Tests/LoadCommandOneConfig/CMakeLists.txt')
-rw-r--r-- | Tests/LoadCommandOneConfig/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/LoadCommandOneConfig/CMakeLists.txt b/Tests/LoadCommandOneConfig/CMakeLists.txt index 23a52a8..30463ef 100644 --- a/Tests/LoadCommandOneConfig/CMakeLists.txt +++ b/Tests/LoadCommandOneConfig/CMakeLists.txt @@ -52,8 +52,8 @@ IF (COMPILE_OK) # if the command loaded, execute the command IF (COMMAND CMAKE_TEST_COMMAND) CMAKE_TEST_COMMAND( - "${LoadedCommand_SOURCE_DIR}/LoadedCommand.cxx" - "${LoadedCommand_BINARY_DIR}/LoadedCommand2.cxx" + "${LoadedCommand_SOURCE_DIR}/LoadedCommand.cxx.in" + "${LoadedCommand_BINARY_DIR}/LoadedCommand2.cxx.in" "${LoadedCommand_BINARY_DIR}/LoadedCommand3.cxx" ) ENDIF (COMMAND CMAKE_TEST_COMMAND) |