summaryrefslogtreecommitdiffstats
path: root/Source/cmCommonTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-29 15:49:00 (GMT)
committerBrad King <brad.king@kitware.com>2015-07-29 17:18:46 (GMT)
commit7371d8f3b49c020a14f6324ba5264d17c7dbbaee (patch)
treefdb4e8bb7008cb50fa52246f503229d1838a5b85 /Source/cmCommonTargetGenerator.h
parent613bc08ac15b74a395ef0eca7668f7192b438204 (diff)
downloadCMake-7371d8f3b49c020a14f6324ba5264d17c7dbbaee.zip
CMake-7371d8f3b49c020a14f6324ba5264d17c7dbbaee.tar.gz
CMake-7371d8f3b49c020a14f6324ba5264d17c7dbbaee.tar.bz2
cmCommonTargetGenerator: Return string from GetFortranModuleDirectory
Diffstat (limited to 'Source/cmCommonTargetGenerator.h')
-rw-r--r--Source/cmCommonTargetGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCommonTargetGenerator.h b/Source/cmCommonTargetGenerator.h
index 166508d..aec3148 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);