mirror of
https://github.com/reactos/CMake.git
synced 2024-11-30 23:10:26 +00:00
1a66acdef2
-- Add test demonstrating issue -- In the case of executable targets the target name is usually the same as used in "-o filename" But for static libraries the target name is usually "-o libname.a" "gbuild.exe target" will build whatever target matches against even the output from the compiler or linker But the targets in "cmake --build . --target name" should be target names in CMakeLists.txt not the actual filenames So change the "name" to "name.gpj" so it matches the target name in CMakeLists.txt. Fixes #15975 |
||
---|---|---|
.. | ||
GhsMultiCompilerOptions | ||
GhsMultiCopyFile | ||
GhsMultiDuplicateSourceFilenames | ||
GhsMultiExclude | ||
GhsMultiIntegrity | ||
GhsMultiInterface | ||
GhsMultiLinkTest | ||
GhsMultiLinkTestSub | ||
GhsMultiMultipleProjects | ||
GhsMultiObjectLibrary | ||
GhsMultiRenameInstall | ||
GhsMultiSrcGroups | ||
GhsMultiUnsupportedTargets |