Skip to content
Snippets Groups Projects

BUG: files missing to use ENABLE_SHARED in remote modules

Merged Guillaume Pasero requested to merge missing_install_cmakefiles into develop
3 files
+ 7
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -21,6 +21,10 @@
cmake_minimum_required(VERSION 3.10.1)
project(OTBPythonWrappers)
if(POLICY CMP0072)
cmake_policy(SET CMP0072 NEW)
endif()
get_filename_component(PKG_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}" PATH)
get_filename_component(PKG_PREFIX "${PKG_PREFIX}" PATH)
get_filename_component(PKG_PREFIX "${PKG_PREFIX}" PATH)
Loading