StraToN / tux-target

Automatically exported from code.google.com/p/tux-target
GNU General Public License v2.0
1 stars 0 forks source link

cmake try to find nel debug libraries even when build a Release #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
run cmake .. -DBUILD_SERVER:BOOL=FALSE -DWITH_SOUND:BOOL=FALSE
-DCMAKE_BUILD_TYPE:STRING=Release

expect cmake ok

result

CMake Error: The following variables are used in this project, but they are
set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake
files:
NEL3D_LIBRARY_DEBUG
    linked by target "tux-target" in directory
/home/loki/tux-target-read-only/tux-target/client/src
NELMISC_LIBRARY_DEBUG
    linked by target "tux-target" in directory
/home/loki/tux-target-read-only/tux-target/client/src
NELNET_LIBRARY_DEBUG
    linked by target "tux-target" in directory
/home/loki/tux-target-read-only/tux-target/client/src

I had to define those variables manually to the libnel...so to make it finish

Original issue reported on code.google.com by simons.philippe on 26 Jan 2010 at 4:17

GoogleCodeExporter commented 8 years ago

Original comment by alvin...@centrum.cz on 27 Jan 2010 at 3:59