Browse Source

Use the correct project name compiletest not compilefail

Should fix windows VS solution based builds.
Stephen Kelly 14 năm trước cách đây
mục cha
commit
b4434591fb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Tests/Module/GenerateExportHeader/CMakeLists.txt

+ 1 - 1
Tests/Module/GenerateExportHeader/CMakeLists.txt

@@ -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()