aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
index d72cd1abb7..03b72fbe45 100644
--- a/README.cmake
+++ b/README.cmake
@@ -64,6 +64,11 @@ Note 1:
-G "CodeBlocks - Unix Makefiles"
-G "CodeBlocks - NMake Makefiles"
+ # We call try_compile many times, particularly via ConfigureChecks.cmake.
+ # Setting a lightweight try_compile configuration can speed up cmake,
+ # particularly for MSBuild.
+ -DCMAKE_TRY_COMPILE_CONFIGURATION=Release
+
Note 2:
After running cmake, you can always run "make help" to see
a list of all possible make targets.