Use the correct project name compiletest not compilefail

Should fix windows VS solution based builds.
This commit is contained in:
Stephen Kelly 2011-08-10 21:50:06 +02:00
parent fc3772edc9
commit b4434591fb
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ macro(_do_build Include Library LibrarySource Source)
try_compile(Result ${CMAKE_CURRENT_BINARY_DIR}/fail${COUNT}
${CMAKE_CURRENT_BINARY_DIR}/test${COUNT}
compilefail
compiletest
OUTPUT_VARIABLE Out
)
endmacro()