(Resending since my message apparently did not get through) DongHyuk Yang <[email protected]> writes:
> Created cache entry(CMAKE_BUILD_TYPE) successfully if I modified .spec > file like as following: > > %cmake . -DCMAKE_BUILD_TYPE=Debug > > But I actually wonder about cmake cache entries set by GBS. > > There are default cmake cache entries like as CMAKE_VERBOSE_MAKEFILE, > CMAKE_INSTALL_PREFIX and so on when using GBS. > > Are those default entries set by GBS? > > Can I modified those default cmake cache entries? These are entries set by CMake itself. You get the same thing if you build any CMake project locally without GBS. `cmake -DCMAKE_VERBOSE_MAKEFILE=1' etc works just fine too. Is there any specific problem you're trying to solve? _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
