From 465c4bef416547cd14be21a178000a63abcaab93 Mon Sep 17 00:00:00 2001 From: JonathanMeans Date: Tue, 3 Mar 2020 07:12:26 -0500 Subject: [PATCH] Formatting --- CMakeLists.txt | 3 +-- modules/python/nitf/CMakeLists.txt | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 643e73454..9fb403fe9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,8 +11,7 @@ if(PYTHON_HOME) endif() find_package(Python COMPONENTS Interpreter Development NumPy) -list(APPEND coda_modules except-c++ io-c++ sys-c++ mt-c++ str-c++ math-c++ -xml.lite-c++ JPEG J2K) +list(APPEND coda_modules except-c++ io-c++ sys-c++ mt-c++ str-c++ math-c++ xml.lite-c++ JPEG J2K) if (Python_NumPy_FOUND) list(APPEND coda_modules numpyutils-c++) diff --git a/modules/python/nitf/CMakeLists.txt b/modules/python/nitf/CMakeLists.txt index 68ef65144..aeba03ac6 100644 --- a/modules/python/nitf/CMakeLists.txt +++ b/modules/python/nitf/CMakeLists.txt @@ -19,9 +19,7 @@ if (Python_FOUND) SOURCES source/nitro.i) target_include_directories(nitropy PRIVATE ${Python_INCLUDE_DIRS} - ${Python_NumPy_INCLUDE_DIRS}) - # ${NITRO_C_SOURCE_DIR}/nrt/include - # ${NITRO_C_SOURCE_DIR}/nitf/include) + ${Python_NumPy_INCLUDE_DIRS}) target_link_libraries(nitropy nitf-c numpyutils-c++ sys-c++ except-c++ io-c++ str-c++) install(TARGETS nitropy DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/site-packages/) install(FILES source/__init__.py source/generated/nitropy.py