diff options
author | Brad King <brad.king@kitware.com> | 2015-07-29 11:49:00 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-29 13:18:46 -0400 |
commit | 7371d8f3b49c020a14f6324ba5264d17c7dbbaee (patch) | |
tree | fdb4e8bb7008cb50fa52246f503229d1838a5b85 /Source/cmCommonTargetGenerator.h | |
parent | 613bc08ac15b74a395ef0eca7668f7192b438204 (diff) | |
download | cmake-7371d8f3b49c020a14f6324ba5264d17c7dbbaee.tar.gz |
cmCommonTargetGenerator: Return string from GetFortranModuleDirectory
Diffstat (limited to 'Source/cmCommonTargetGenerator.h')
-rw-r--r-- | Source/cmCommonTargetGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCommonTargetGenerator.h b/Source/cmCommonTargetGenerator.h index 166508d6e9..aec3148a97 100644 --- a/Source/cmCommonTargetGenerator.h +++ b/Source/cmCommonTargetGenerator.h @@ -59,7 +59,7 @@ protected: // Target-wide Fortran module output directory. bool FortranModuleDirectoryComputed; std::string FortranModuleDirectory; - const char* GetFortranModuleDirectory(); + std::string GetFortranModuleDirectory(); // Compute target-specific Fortran language flags. void AddFortranFlags(std::string& flags); |