Skip to content
Snippets Groups Projects
Commit eb11434e authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony
Browse files

Forgot to include the GNUSetup in the main CMake script. Re #1881

parent 4ecc70d4
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,8 @@ project ( Mantid ) ...@@ -11,6 +11,8 @@ project ( Mantid )
if ( WIN32 ) if ( WIN32 )
set ( THIRD_PARTY "${PROJECT_SOURCE_DIR}/../Third_Party" ) set ( THIRD_PARTY "${PROJECT_SOURCE_DIR}/../Third_Party" )
include ( WindowsSetup ) include ( WindowsSetup )
elseif ( CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_GNUCC )
include ( GNUSetup )
endif () endif ()
# Call our setup script # Call our setup script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment