Changeset - ac3611f8ff62
[Not reviewed]
0 1 0
Jan Kaluza - 10 years ago 2015-11-21 21:35:31
jkaluza@redhat.com
Do not compile with cpp+11
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
spectrum/src/frontends/slack/CMakeLists.txt
Show inline comments
 
@@ -4,8 +4,6 @@ FILE(GLOB HEADERS ${CMAKE_SOURCE_DIR}/include/transport/*.h)
 

	
 
include_directories(${CMAKE_SOURCE_DIR}/spectrum/src/frontends/slack)
 

	
 
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -fno-strict-aliasing")
 

	
 
if (NOT WIN32)
 
	ADD_LIBRARY(spectrum2-slack-frontend STATIC ${HEADERS} ${SRC} ${EXTRA_SOURCES})
 
else()
0 comments (0 inline, 0 general)