diff options
author | Brad King <brad.king@kitware.com> | 2011-01-19 19:28:32 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2011-01-19 19:28:32 (GMT) |
commit | 3a1975c529ee254277b86cc3f16920ac61c5f54e (patch) | |
tree | 8029293cf80cab0675bd6281f42be5cba6f97adb /Source/cmTryCompileCommand.h | |
parent | 863c7dfd881148da8a8ef6b24a5fee23ae8b3b8b (diff) | |
parent | 052c2ae1aa9759e141a4331877f7e39ba5688ca5 (diff) | |
download | CMake-3a1975c529ee254277b86cc3f16920ac61c5f54e.zip CMake-3a1975c529ee254277b86cc3f16920ac61c5f54e.tar.gz CMake-3a1975c529ee254277b86cc3f16920ac61c5f54e.tar.bz2 |
Merge topic 'try_compile-Makefile-config'
052c2ae Document CMAKE_TRY_COMPILE_CONFIGURATION variable
56efc60 Honor CMAKE_TRY_COMPILE_CONFIGURATION in Makefile generators (#10809)
Diffstat (limited to 'Source/cmTryCompileCommand.h')
-rw-r--r-- | Source/cmTryCompileCommand.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmTryCompileCommand.h b/Source/cmTryCompileCommand.h index 5b4ffca..0c67a8b 100644 --- a/Source/cmTryCompileCommand.h +++ b/Source/cmTryCompileCommand.h @@ -99,7 +99,9 @@ public: "Return the success or failure in " "RESULT_VAR. CMAKE_FLAGS can be used to pass -DVAR:TYPE=VALUE flags " "to the cmake that is run during the build. " - ""; + "Set variable CMAKE_TRY_COMPILE_CONFIGURATION to choose a build " + "configuration." + ; } cmTypeMacro(cmTryCompileCommand, cmCoreTryCompile); |