diff options
author | James Bigler <jamesbigler@gmail.com> | 2013-03-04 20:21:41 (GMT) |
---|---|---|
committer | James Bigler <jamesbigler@gmail.com> | 2013-03-04 20:21:41 (GMT) |
commit | 5ab1259140e56863ad913c090bedea288fe8ac54 (patch) | |
tree | 3cd3dbba5d68cd44da1e419a1a757c2461e7d40b /Tests/Complex | |
parent | 2ea18eb0c70a0fbb5061b0f7215c40d5eade5447 (diff) | |
download | CMake-5ab1259140e56863ad913c090bedea288fe8ac54.zip CMake-5ab1259140e56863ad913c090bedea288fe8ac54.tar.gz CMake-5ab1259140e56863ad913c090bedea288fe8ac54.tar.bz2 |
Use PRE_LINK instead of PRE_BUILD when testing PRE_LINK.
Diffstat (limited to 'Tests/Complex')
-rw-r--r-- | Tests/Complex/Executable/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Complex/Executable/CMakeLists.txt b/Tests/Complex/Executable/CMakeLists.txt index 432dbf8..2613f27 100644 --- a/Tests/Complex/Executable/CMakeLists.txt +++ b/Tests/Complex/Executable/CMakeLists.txt @@ -91,7 +91,7 @@ remove_definitions(-DCOMPLEX_DEFINED) add_custom_command(TARGET complex PRE_BUILD COMMAND ${CREATE_FILE_EXE} ARGS "${Complex_BINARY_DIR}/Executable/prebuild.txt") -add_custom_command(TARGET complex PRE_BUILD +add_custom_command(TARGET complex PRE_LINK COMMAND ${CREATE_FILE_EXE} ARGS "${Complex_BINARY_DIR}/Executable/prelink.txt") add_custom_command(TARGET complex POST_BUILD |