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:[email protected]] 
Sent: Thursday, January 01, 2015 20:45 PM
To: Scott Aron Bloom
Cc: [email protected]
Subject: Re: [CMake] Rename target RUN_TESTS

On Thu, Jan 1, 2015 at 11:27 PM, Scott Aron Bloom <[email protected]> 
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
-- 

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

Reply via email to