opj_jp2_read_header(): move setting color_space here instead in opj_jp2_decode()...
[openjpeg.git] / src / CMakeLists.txt
1 # required dep for server:
2 #if(BUILD_JPIP_SERVER)
3 #  find_package(CURL REQUIRED)
4 #  find_package(FCGI REQUIRED)
5 #  find_package(Threads REQUIRED)
6 #  if(NOT CMAKE_USE_PTHREADS_INIT)
7 #    message(FATAL_ERROR "Only pthread are supported")
8 #  endif()
9 #endif()
10
11 #add_subdirectory(lib)
12 #add_subdirectory(bin)