diff options
author | Betsy McPhail <betsy.mcphail@kitware.com> | 2019-07-18 19:40:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-08-19 15:49:05 (GMT) |
commit | 6f6a32a0f601688da24e1737509a0b6e1ed4f63f (patch) | |
tree | a8a6f89b0a8126172337f543ebaca43d8a0469c2 /Help/guide/tutorial/Step11/tutorial.cxx | |
parent | 6a35d630dce6e9da6115cc4acb3393ce62a017ad (diff) | |
download | CMake-6f6a32a0f601688da24e1737509a0b6e1ed4f63f.zip CMake-6f6a32a0f601688da24e1737509a0b6e1ed4f63f.tar.gz CMake-6f6a32a0f601688da24e1737509a0b6e1ed4f63f.tar.bz2 |
Tutorial: Improve Step 9
* Move USE_MYMATH from configured header to target_compile_definitions
Diffstat (limited to 'Help/guide/tutorial/Step11/tutorial.cxx')
-rw-r--r-- | Help/guide/tutorial/Step11/tutorial.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Help/guide/tutorial/Step11/tutorial.cxx b/Help/guide/tutorial/Step11/tutorial.cxx index a3a2bdc..a4f44d5 100644 --- a/Help/guide/tutorial/Step11/tutorial.cxx +++ b/Help/guide/tutorial/Step11/tutorial.cxx @@ -1,5 +1,4 @@ // A simple program that computes the square root of a number -#include <cmath> #include <iostream> #include <string> |