Files
ports/comms/libsdr-gui/files/patch-CMakeLists.txt
2016-03-01 03:42:23 +00:00

14 lines
457 B
Plaintext

--- CMakeLists.txt.orig 2015-03-30 13:19:15 UTC
+++ CMakeLists.txt
@@ -35,6 +35,10 @@ set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX
SET(LIBS ${FFTW_LIBRARIES} ${FFTWSingle_LIBRARIES} ${Qt5Core_LIBRARIES} ${Qt5Widgets_LIBRARIES}
${LIBSDR_LIBRARIES})
+Message (STATUS "CFLAGS = " ${CFLAGS} )
+Message (STATUS "CMAKE_CXX_FLAGS = " ${CMAKE_CXX_FLAGS})
+Message (STATUS "CXX_FLAGS = " ${CXX_FLAGS})
+
#
# Get default install directories under Linux
#