mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 03:39:54 +02:00
- updated for debian compliance
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
|
||||
|
||||
# [RCL] FIXME: is it future proof with names like lua5.1? Kubuntu does not provide
|
||||
# a generic (version-independent) include directory for LUA...
|
||||
|
||||
OPTION(WANT_STATIC_LIBS "builds as many static libs as possible" OFF)
|
||||
IF(WANT_STATIC_LIBS)
|
||||
OPTION(LUA_STATIC "Set to ON to link your project with static library (instead of DLL)." ON)
|
||||
|
@@ -90,8 +90,6 @@
|
||||
# License text for the above reference.)
|
||||
|
||||
#
|
||||
# FIXME: check this and provide a correct sample usage...
|
||||
# Remember to connect back to the upper text.
|
||||
# Sample usage with monolithic wx build:
|
||||
#
|
||||
# FIND_PACKAGE(wxWidgets COMPONENTS mono)
|
||||
@@ -138,8 +136,6 @@
|
||||
# checking whether a minimal set was found.
|
||||
|
||||
|
||||
# FIXME: This and all the DBG_MSG calls should be removed after the
|
||||
# module stabilizes.
|
||||
#
|
||||
# Helper macro to control the debugging output globally. There are
|
||||
# two versions for controlling how verbose your output should be.
|
||||
@@ -257,7 +253,7 @@ IF(wxWidgets_FIND_STYLE STREQUAL "win32")
|
||||
DBG_MSG_V("m_ucd = ${_UCD}")
|
||||
DBG_MSG_V("m_dbg = ${_DBG}")
|
||||
|
||||
# FIXME: What if both regex libs are available. regex should be
|
||||
# What if both regex libs are available. regex should be
|
||||
# found outside the loop and only wx${LIB}${_UCD}${_DBG}.
|
||||
# Find wxWidgets common libraries.
|
||||
FOREACH(LIB ${wxWidgets_COMMON_LIBRARIES} scintilla)
|
||||
@@ -888,7 +884,7 @@ MARK_AS_ADVANCED(wxWidgets_wxrc_EXECUTABLE)
|
||||
# using this approach.
|
||||
#
|
||||
FUNCTION(WX_SPLIT_ARGUMENTS_ON _keyword _leftvar _rightvar)
|
||||
# FIXME: Document that the input variables will be cleared.
|
||||
# Document that the input variables will be cleared.
|
||||
#LIST(APPEND ${_leftvar} "")
|
||||
#LIST(APPEND ${_rightvar} "")
|
||||
SET(${_leftvar} "")
|
||||
@@ -920,7 +916,6 @@ ENDFUNCTION(WX_SPLIT_ARGUMENTS_ON)
|
||||
# <depends_path>
|
||||
# )
|
||||
#
|
||||
# FIXME: Add documentation here...
|
||||
#
|
||||
FUNCTION(WX_GET_DEPENDENCIES_FROM_XML
|
||||
_depends
|
||||
|
Reference in New Issue
Block a user