I think you just need to add `find_package(Gengetopt REQUIRED)` to your CMakeLists.txt to get the WRAP_GGO function. You'll probably need to set Gengetopt_DIR when you configure the project to the path where Gengetopt was built (which may be somewhere deep in the RTK build directory - I don't remember)
/Andreas __________________________________ Andreas Gravgaard Andersen Danish Center for Particle Therapy, Aarhus University Hospital Palle Juul-Jensens Blvd. 99, 8200, Aarhus Mail: [email protected] Cell: +45 3165 8140 On Thu, 21 May 2020 at 02:33, 나윤호 <[email protected]> wrote: > Hi rtk-users~ > > I modified rtkprojectgeometricphantom.cxx and want to make and exe file. > > and when I configure with CMake It is keep saying > > Unknown CMake command "WRAP_GGO". > > > how can I make my own exe file using the basic frame of rtk application > files? > _______________________________________________ > Rtk-users mailing list > [email protected] > https://public.kitware.com/mailman/listinfo/rtk-users >
_______________________________________________ Rtk-users mailing list [email protected] https://public.kitware.com/mailman/listinfo/rtk-users
