Use the correct project name compiletest not compilefail
Should fix windows VS solution based builds.
This commit is contained in:
parent
fc3772edc9
commit
b4434591fb
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue