Skip to content

Commit

Permalink
Fix CMake issue for build on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielChappuis committed Mar 21, 2023
1 parent d12ad3a commit 2b66960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helloworld/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cmake_minimum_required(VERSION 3.8)
# Help CMake to find the installed library on Windows
if(WIN32)
list(APPEND CMAKE_PREFIX_PATH "C:\\Program Files (x86)\\ReactPhysics3D")
list(APPEND CMAKE_PREFIX_PATH "C:\\Program Files\\ReactPhysics3D")
elseif(APPLE)
list(APPEND CMAKE_PREFIX_PATH "/usr/local/lib/cmake/ReactPhysics3D")
endif()
Expand Down

0 comments on commit 2b66960

Please sign in to comment.