Changeset - 7679342d009c
[Not reviewed]
0 1 0
Jan Kaluza - 14 years ago 2011-10-20 12:04:10
hanzz.k@gmail.com
Don't build spectrum_manager on WIN32
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -171,7 +171,9 @@ ADD_SUBDIRECTORY(include)
 
ADD_SUBDIRECTORY(spectrum)
 
ADD_SUBDIRECTORY(backends)
 
#ADD_SUBDIRECTORY(tests)
 
if (NOT WIN32)
 
	ADD_SUBDIRECTORY(spectrum_manager)
 
endif()
 

	
 
if (CPPUNIT_FOUND)
 
	message("tests             : yes")
0 comments (0 inline, 0 general)