Skip to content

Commit

Permalink
changed path
Browse files Browse the repository at this point in the history
  • Loading branch information
rows-of-houses committed Oct 29, 2023
1 parent b46de54 commit 7cdd97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.8)
project( CalcAndDraw )
set(OpenCV_DIR "/calc_n_draw/opencv/build")
set(OpenCV_DIR /calc_n_draw/opencv/build)
find_package( OpenCV REQUIRED )
include_directories( ${OpenCV_INCLUDE_DIRS} )
add_executable( CalcAndDraw main.cpp)
Expand Down

0 comments on commit 7cdd97a

Please sign in to comment.