mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
BUG: fix install prefix
This commit is contained in:
parent
cc768c86c6
commit
d55f530012
@ -4,6 +4,10 @@ SUBDIRS(Source Modules Templates)
|
||||
|
||||
# Include the standard Dart testing module
|
||||
INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)
|
||||
INCLUDE (${CMAKE_BINARY_DIR}/Source/InitialConfigureFlags.cmake)
|
||||
IF(CMAKE_CONFIGURE_INSTALL_PREFIX)
|
||||
SET(CMAKE_INSTALL_PREFIX ${CMAKE_CONFIGURE_INSTALL_PREFIX} )
|
||||
ENDIF(CMAKE_CONFIGURE_INSTALL_PREFIX)
|
||||
|
||||
# use the ansi CXX compile flag for building cmake
|
||||
IF (CMAKE_ANSI_CXXFLAGS)
|
||||
|
@ -1,8 +1,4 @@
|
||||
INCLUDE (${CMAKE_ROOT}/Modules/FindFLTK.cmake)
|
||||
INCLUDE (${CMAKE_BINARY_DIR}/Source/InitialConfigureFlags.cmake)
|
||||
IF(CMAKE_CONFIGURE_INSTALL_PREFIX)
|
||||
SET(CMAKE_INSTALL_PREFIX ${CMAKE_CONFIGURE_INSTALL_PREFIX} )
|
||||
ENDIF(CMAKE_CONFIGURE_INSTALL_PREFIX)
|
||||
|
||||
IF(FLTK_LIBRARY)
|
||||
IF(FLTK_INCLUDE_PATH)
|
||||
|
Loading…
Reference in New Issue
Block a user