ENH: Absolute path to cmake resolved

This commit is contained in:
Luis Ibanez
2001-06-15 07:51:55 -04:00
parent 38776d829b
commit f055e512ae
4 changed files with 54 additions and 26 deletions

View File

@@ -32,6 +32,7 @@ public:
virtual void LoadCacheFromDiskToGUI( void );
virtual void FillCacheGUIFromCacheManager( void );
virtual void FillCacheManagerFromCacheGUI( void );
virtual void SetPathToExecutable( const char * path );
private:
virtual bool VerifyBinaryPath( const std::string & path ) const;