mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
BUG: fix for sgi compiler
This commit is contained in:
parent
aec9f9eaa9
commit
61acb47f54
@ -23,3 +23,9 @@ INCLUDE_DIRECTORIES(${FLTK_INCLUDE_PATH})
|
||||
|
||||
ADD_EXECUTABLE(CMakeSetup SRCS)
|
||||
INSTALL_TARGETS (/bin CMakeSetup)
|
||||
|
||||
IF(CMAKE_HAS_X)
|
||||
LINK_LIBRARIES(-lXt -lm)
|
||||
LINK_LIBRARIES(${CMAKE_X_LIBS})
|
||||
ADD_DEFINITIONS(${CMAKE_X_CFLAGS})
|
||||
ENDIF(CMAKE_HAS_X)
|
@ -3,7 +3,6 @@
|
||||
#include "FL/fl_file_chooser.H"
|
||||
#include "FL/filename.H"
|
||||
#include "FL/fl_ask.H"
|
||||
#include "cstring"
|
||||
#include "../cmCacheManager.h"
|
||||
#include "../cmMakefile.h"
|
||||
#include <iostream>
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "../cmCacheManager.h"
|
||||
#include "FLTKPropertyList.h"
|
||||
#include "CMakeSetupGUIImplementation.h"
|
||||
#include <cstdio>
|
||||
|
||||
|
||||
|
||||
namespace fltk {
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include "FL/Fl_Color_Chooser.H"
|
||||
#include "FL/fl_ask.H"
|
||||
#include "FL/Fl_Button.H"
|
||||
#include <cstdio>
|
||||
#include "CMakeSetupGUIImplementation.h"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user