diff options
author | Zsolt Parragi <zsolt.parragi@cancellar.hu> | 2019-08-29 09:52:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-08-30 15:31:06 (GMT) |
commit | dca9c33abc7ce6b041b378e1ebc43c35327027b3 (patch) | |
tree | 3e10a5b195521587a92e5ff6c2ea36792bb0d002 /Tests/IPO/CMakeLists.txt | |
parent | c856d4556b4ec28cb818ef3c7aca1e4a30e0499d (diff) | |
download | CMake-dca9c33abc7ce6b041b378e1ebc43c35327027b3.zip CMake-dca9c33abc7ce6b041b378e1ebc43c35327027b3.tar.gz CMake-dca9c33abc7ce6b041b378e1ebc43c35327027b3.tar.bz2 |
Tests: Remove old IPO test
This test didn't really result in IPO compilation, there are other
better tests for this.
Diffstat (limited to 'Tests/IPO/CMakeLists.txt')
-rw-r--r-- | Tests/IPO/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Tests/IPO/CMakeLists.txt b/Tests/IPO/CMakeLists.txt deleted file mode 100644 index 6dabf86..0000000 --- a/Tests/IPO/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -cmake_minimum_required (VERSION 2.8) -project(IPO NONE) - -set_property(DIRECTORY PROPERTY INTERPROCEDURAL_OPTIMIZATION 1) - -add_subdirectory(../COnly COnly) -add_subdirectory(../CxxOnly CxxOnly) |