[CMake] Rename target RUN_TESTS
Scott Aron Bloom
scott.bloom at onshorecs.com
Sat Jan 3 14:39:12 EST 2015
So I turned this on, it definitely helps.. However, I find that the order of the folders is now sorted case sensitive.
Is there anyway to turn it back to the "non folder manner" where the folder order is case-insensitive?
Scott
-----Original Message-----
From: John Drescher [mailto:drescherjm at gmail.com]
Sent: Thursday, January 01, 2015 20:45 PM
To: Scott Aron Bloom
Cc: cmake at cmake.org
Subject: Re: [CMake] Rename target RUN_TESTS
On Thu, Jan 1, 2015 at 11:27 PM, Scott Aron Bloom <scott.bloom at onshorecs.com> wrote:
> For windows Visual Studio using CMake with google test, one of the
> complaints my team has, is the project name “RUN_TESTS” gets lost in
> the numerous projects.
I am not sure about renaming that however I find it helpful to organize my projects using solution folders with set_property(GLOBAL PROPERTY USE_FOLDERS ON)
and
set_target_properties(mylocalproject PROPERTIES FOLDER folder)
John
More information about the CMake
mailing list