Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jandres-artelnics authored Oct 16, 2020
1 parent 5146793 commit e0f0bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/airfoil_self_noise/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 2.8.10)

project(airfoil_self_noise)

set (PROJECT_LINK_LIBS ../opennn/Release/opennn)
set (PROJECT_LINK_LIBS ../../opennn/Release/opennn)

link_directories(${CMAKE_SOURCE_DIR}/opennn)

Expand Down

0 comments on commit e0f0bfe

Please sign in to comment.