mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Use the correct project name compiletest not compilefail
Should fix windows VS solution based builds.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user