diff options
author | Josh Blum | 2011-08-03 16:50:52 -0700 |
---|---|---|
committer | Josh Blum | 2011-08-03 16:50:52 -0700 |
commit | 1c595293862954149f5815d77347bd9b5e62289c (patch) | |
tree | 875dbc7376512935eee4407353c140b8510fd0aa /gnuradio-core/CMakeLists.txt | |
parent | c468f4903f8ade606bbfe0889954007f3b70198f (diff) | |
download | gnuradio-1c595293862954149f5815d77347bd9b5e62289c.tar.gz gnuradio-1c595293862954149f5815d77347bd9b5e62289c.tar.bz2 gnuradio-1c595293862954149f5815d77347bd9b5e62289c.zip |
core: removed modification of includedir for pc file, its not needed and was messing it up
Diffstat (limited to 'gnuradio-core/CMakeLists.txt')
-rw-r--r-- | gnuradio-core/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnuradio-core/CMakeLists.txt b/gnuradio-core/CMakeLists.txt index 1c133efb9..b72bf70d6 100644 --- a/gnuradio-core/CMakeLists.txt +++ b/gnuradio-core/CMakeLists.txt @@ -130,8 +130,6 @@ ENDIF(ENABLE_PYTHON) ######################################################################## # Create Pkg Config File ######################################################################## -FILE(TO_NATIVE_PATH "\${prefix}/${GR_INCLUDE_DIR}/gnuradio" includedir) #different from other gr modules - CONFIGURE_FILE( ${CMAKE_CURRENT_SOURCE_DIR}/gnuradio-core.pc.in ${CMAKE_CURRENT_BINARY_DIR}/gnuradio-core.pc |