mirror of
https://github.com/reactos/CMake.git
synced 2024-12-02 00:26:18 +00:00
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
Block a user