Skip to content
Snippets Groups Projects
Commit 423cc941 authored by Steven Murray's avatar Steven Murray
Browse files

Added mssing find_package (sqlite REQUIRED)

parent ce7aa0a3
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
cmake_minimum_required (VERSION 2.6)
find_package (sqlite REQUIRED)
set (CATALOGUE_LIB_SRC_FILES
Catalogue.cpp
ColumnNameToIdx.cpp
......
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