mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 00:29:55 -06:00
Introduce a new signature for the project flavor of try_compile (and
try_run) which removes the `bindir` argument and adds a required PROJECT
tag. This is similar to the SOURCES flavor added by commit aa9220d3
(try_compile: Add keyword-dispatched signature, 2022-09-02).
2 lines
55 B
CMake
2 lines
55 B
CMake
try_compile(RESULT ${CMAKE_CURRENT_BINARY_DIR} "" Foo)
|