sample app targets not generated

Discussion area about developing with Ogre-Next (2.1, 2.2 and beyond)


Post Reply
bayoubengal
Halfling
Posts: 48
Joined: Wed Sep 05, 2018 3:18 pm

sample app targets not generated

Post by bayoubengal »

I pulled the 2.2 branch and got it set up for OSX. The sample app targets are not being generated even though

OGRE_BUILD_SAMPLES2
OGRE_BUILD_SAMPLES_AS_BUNDLES
OGRE_INSTALL_SAMPLES


are all enabled.

Is this broken or intended behavior? I need to get the samples up and running to use for experiementation and study. What do I need to do? I'm digging into the cmake files, but I don't yet see the problem.
bayoubengal
Halfling
Posts: 48
Joined: Wed Sep 05, 2018 3:18 pm

Re: sample app targets not generated

Post by bayoubengal »

I figured it out. I did not have SDL2_LIBRARY_TEMP set.

for others trying to muddle through cmake... it should be set to the path of the SDL2 library file.
Post Reply