mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 16:43:52 +01:00
Use "CMAKE" instead of "CMAKE_INTDIR"
The latter isn't available on all 3 platforms.
This commit is contained in:
@@ -712,7 +712,7 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S )
|
||||
buildType = XO("%s, 64 bits").Format( buildType );
|
||||
|
||||
// Remove this once the transition to CMake is complete
|
||||
#if defined(CMAKE_INTDIR)
|
||||
#if defined(CMAKE)
|
||||
buildType = Verbatim("CMake %s").Format( buildType );
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user