trustathsh / tnc-fhh

tnc@fhh is an open source Trusted Network Connect implementation by the Trust@HsH research group at the Hochschule Hannover.
http://trust.f4.hs-hannover.de/projects/tncatfhh.html
Other
25 stars 14 forks source link

cmake parameters trouble. #3

Open KOPACb opened 10 years ago

KOPACb commented 10 years ago

Debian wheezy HELLGATE:/usr/src/tnc-fhh/build# cmake -DCOMPONENT=pdp -DNAL=[8021x|vpn] ../ -bash: vpn]: command not found CMake Error: The source directory "/usr/src/tnc-fhh/build" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.

replace -DNAL=[8021x|vpn] with -DNAL="[8021x|vpn]" will help.

Xsmael commented 10 years ago

I have the same issue! does anyone found a solution for that ? please help!

phoenix-frozen commented 8 years ago

You need to pick one of 8021x or vpn. So -DNAL=8021x or -DNAL=vpn.