You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pt...@googlegroups.com
I'm new to the whole CMake world and trying to get a 64-bit build of ptex for Visual Studio 2010 or 2012 but haven't figured out exactly what is necessary to do so.
I'm using the CMake GUI but presently it's only generating 32-bit project files -- I could fiddle with the various parameters in the CMake GUI, hoping to stumble on the proper combination, but was wondering if someone has successfully done this and could tell me what needs to be altered to get this to work.
Thanks!
stig atle steffensen
unread,
Feb 27, 2014, 12:52:16 AM2/27/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pt...@googlegroups.com
Just select visual studio x64 from the 'generator' setting when you configure the project in cmake (the first window that pops up after you point to source and select 'configure'.
Then It'll use the for generating your project files.