From ffed9d86fce8cd6c382829075c94b8e1cf1865c6 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 2 May 2023 19:44:58 +0200 Subject: Update pgnp and improve CMake integration --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6083326..4775bdd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,6 @@ include_directories(${CGEDITOR_INCLUDE_DIR}) # pgnp add_subdirectory(libs/pgnp) target_link_libraries(ochess pgnp) -include_directories(${PGNP_INCLUDE_DIR}) #uciadapter add_subdirectory(libs/uciadapter) -- cgit v1.2.3