diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2013-03-12 14:24:41 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2013-03-12 14:24:41 -0700 |
commit | 2c68de8b07187b67a09342de3f64145b4a248b06 (patch) | |
tree | b55cd443ad438c2c71aa88f85b09680c55caf73e /gr-fec | |
parent | 294a6fd3b811703329eb15ed91d848c65cc6700e (diff) |
Fixed where Windows builds look for GrVersion.cmake
Diffstat (limited to 'gr-fec')
-rw-r--r-- | gr-fec/lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/lib/CMakeLists.txt b/gr-fec/lib/CMakeLists.txt index f012c8d2e8..566bb37072 100644 --- a/gr-fec/lib/CMakeLists.txt +++ b/gr-fec/lib/CMakeLists.txt @@ -46,7 +46,7 @@ list(APPEND gnuradio_fec_sources #Add Windows DLL resource file if using MSVC if(MSVC) - include(${CMAKE_INSTALL_PREFIX}/cmake/Modules/GrVersion.cmake) + include(${CMAKE_SOURCE_DIR}/cmake/Modules/GrVersion.cmake) configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/gnuradio-fec.rc.in |