diff options
author | Nicholas Corgan | 2013-03-18 09:39:28 -0700 |
---|---|---|
committer | Nicholas Corgan | 2013-03-18 09:39:28 -0700 |
commit | bc79c5b78793caf198340ef2504ba07d0ddc3960 (patch) | |
tree | f529617a7dd5c415d2748cdde1072990f6814d2e /volk | |
parent | 3693ee3259fa8bf2d9ad393842a80cd1fc330863 (diff) | |
download | gnuradio-bc79c5b78793caf198340ef2504ba07d0ddc3960.tar.gz gnuradio-bc79c5b78793caf198340ef2504ba07d0ddc3960.tar.bz2 gnuradio-bc79c5b78793caf198340ef2504ba07d0ddc3960.zip |
volk: fixed MSVC include directory
Diffstat (limited to 'volk')
-rw-r--r-- | volk/apps/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/volk/apps/CMakeLists.txt b/volk/apps/CMakeLists.txt index 03ad92b79..8306f1e46 100644 --- a/volk/apps/CMakeLists.txt +++ b/volk/apps/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2011-2012 Free Software Foundation, Inc. +# Copyright 2011-2013 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ if(Boost_FOUND) if(MSVC) - include_directories(${CMAKE_SOURCE_DIR}/msvc) + include_directories(${CMAKE_SOURCE_DIR}/cmake/msvc) endif(MSVC) include_directories( |