mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
(SDR) library. WWW: https://github.com/hmatuschek/libsdr-gui PR: 207380 Submitted by: Jeffrey Baitis <baitisj@pcbsd.org>
13 lines
457 B
Text
13 lines
457 B
Text
--- 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
|
|
#
|