Skip to content
Snippets Groups Projects
Commit ffa62c92 authored by Martin Beseda's avatar Martin Beseda
Browse files

TODO: Added TODO - use CMake to download and build external dependencies, not Bash/Batch.

parent 9c8d1bcf
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,9 @@ endif()
#-------------------------#
# Find external libraries #
#-------------------------#
#TODO download libraries using ExternalProject_Add() instead of external Bash script
message("Looking for external libraries...")
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment