diff options
author | Josh Blum | 2013-06-27 02:00:42 -0700 |
---|---|---|
committer | Josh Blum | 2013-06-27 02:00:42 -0700 |
commit | 1f8d397eb2ac57af561c60eb9adc6fd73826beb0 (patch) | |
tree | 6a40d1cf9cc85c9192f4d8cba5564e58f97f4bf0 /CMakeLists.txt | |
parent | 498fb3ae976f6128daefeb3a7f503985c11f8c91 (diff) | |
download | sandhi-1f8d397eb2ac57af561c60eb9adc6fd73826beb0.tar.gz sandhi-1f8d397eb2ac57af561c60eb9adc6fd73826beb0.tar.bz2 sandhi-1f8d397eb2ac57af561c60eb9adc6fd73826beb0.zip |
gras: found this nifty little package argument
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d91fb6c..278941a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,6 @@ list(APPEND GRAS_INCLUDE_DIRS ${GRAS_SOURCE_DIR}/include) ######################################################################## # Paths for python ######################################################################## -list(APPEND GRAS_PYTHON_DIRS ${GRAS_SOURCE_DIR}/python) list(APPEND GRAS_PYTHON_DIRS ${GRAS_BINARY_DIR}/python) list(APPEND GRAS_PYTHON_DIRS ${GRAS_BINARY_DIR}/python/gras) list(APPEND GRAS_PYTHON_DIRS ${GRAS_BINARY_DIR}/python/gras/${CMAKE_BUILD_TYPE}) |