[CMake] wix msi csharp dotnet project type

2018-07-09 Thread Petar Petrov
I have gone through the cmake wix docs and in particular anything special
about dotnet csharp projects, however I failed to find anything related to
influencing the 'Output Type' of project's settings window inside visual
studio!

The options are: 'Console Application, Windows Application and Class
Library', the generator defaults to Console Application while I do have a
WPF windows only app, so I have an annoying console/terminal window in
addition to the main-win. There are plenty of possible hack to influence
the generated project file directly (which just a xml) but it is truly a
job of the wix generator and I expected to be an easy straightforward way
of setting it.

Any tips and suggestions are welcomed!

Thanks in advance,
Peter
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


[CMake] Mastering CMake book

2014-07-11 Thread Petar Petrov
Hello,
just wondering how up to date is the Mastering CMakebook. Does it
cover all 3.0 changes ?

Greetings,
Petar
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake


[CMake] ubuntu 12.04

2014-04-22 Thread Petar Petrov
Hello,
I'm running ubuntu 12.04 with cmake 2.8.7.
I'm trying to upgrade to 2.12.2 using current 2.8.7

I got the following error:
Curses libraries were not found. Curses GUI for CMake will not be built.

I've installed: sudo apt-get install  libncurses5-dev

yet same error message !!!


othwise I can install cmake through shell and:
cmake --version returns 2.12.2
but cmake-gui reports 2.8.7

:(
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] ubuntu 12.04

2014-04-22 Thread Petar Petrov
I had to run ./bootstrap (although not part of the instructions for
systems with existing cmake)
then followed shell cmake only.
Now running cmake-gui reports 2.8.12.2

Can't recall but I might had installed cmake from repo and now
building from source. maybe that's the culprit?


On Tue, Apr 22, 2014 at 1:46 PM, Nils Gladitz nilsglad...@gmail.com wrote:
 On 22.04.2014 13:27, Petar Petrov wrote:

 I've installed: sudo apt-get install  libncurses5-dev

 yet same error message !!!


 Try with a fresh build directory.


 othwise I can install cmake through shell and:
 cmake --version returns 2.12.2
 but cmake-gui reports 2.8.7


 The curses (console) UI is ccmake not cmake-gui.
 cmake-gui requires Qt and can be enabled with -DBUILD_QtDialog=ON

 Nils



-- 
All the best,
Petar Petrov
http://ppetrov.net
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake