summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-04-09 10:02:47 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-04-09 11:26:46 +0200
commit4c66b75c894cf2cc7ec15896729d0f93de92f310 (patch)
tree3baa7751320403289c9a2b958e4c1dea0d3653bf
parent066e8a4557e7cbe98403bbf97b957f5f993f89c3 (diff)
CMake: Skip regeneration of manual compile test project
Change-Id: I8563ed5b034c843b9f3a4390f963558f6d214ad1 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--config.tests/separate_debug_info/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.tests/separate_debug_info/CMakeLists.txt b/config.tests/separate_debug_info/CMakeLists.txt
index 757374a34a..1b98c0dab0 100644
--- a/config.tests/separate_debug_info/CMakeLists.txt
+++ b/config.tests/separate_debug_info/CMakeLists.txt
@@ -1,3 +1,4 @@
+# special case skip regeneration
cmake_minimum_required(VERSION 3.14.0)
project(objcopytest LANGUAGES CXX)
include(CMakeFindBinUtils)