Skip to content

Tests: Use idiomatic try_compile calls in TryCompile test

Brad King requested to merge brad.king/cmake:test-try_compile-bindir into master

Do not duplicate the CMakeFiles/CMakeTmp portion of the path. The try_compile command adds that automatically.

Merge request reports