StraToN / tux-target

Automatically exported from code.google.com/p/tux-target

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

GoogleCodeExporter opened this issue · comments

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

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

  • Changed state: Started