<div dir="ltr">Good Afternoon, <div><br></div><div>My name is Mário and I'm a Terralib/TerraAmazon developer, and we use GEOS in our opensource projects.</div><div><br></div><div>I have a question. I don't know if this mailing list is the best place to ask, but If it is not someone can guide me and I can follow the right steps.</div><div><br></div><div>The question is related to CMake. We are building GEOS from source in Windows 10 using VS 2017 64bits. Everything works perfectly with the default build and installation, but we need to output the DLLs into the LIB folder and not the BIN folder during the installation. Obviously I could just copy the installed files to the folder LIB, but this would let the files "lib/cmake/GEOS/geos-targets-debug.cmake" and  "lib/cmake/GEOS/geos-targets-release.cmake" pointing to DLLs files that will not exist anymore in the BIN folder, invalidating the use of "geos-config.cmake". This force us to create our custom "FindGEOS.cmake" to locate GEOS in our custom paths.</div><div><br></div><div>Some libraries such as Proj4 and Curl allows us to define the custom the folder to binaries using CMake tags such as: -DBINDIR:PATH=lib or -DCMAKE_INSTALL_BINDIR:PATH=lib</div><div><br></div><div>When analysing the CMake for GEOS,  in the line 71 of the CMakeLists.txt seems to explicit define the runtimes output to the BIN folder: </div><div>set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)</div><div><br></div><div>Is there any way to change the folder of the binaries? Maybe I'm doing something wrong.</div><div><br></div><div>Thanks in advance for the time taken to read my issue.</div><div><br></div><div>Best regards to you all</div><font color="#888888"><div><br></div><div>Mário</div></font></div>