We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e639cc3 commit 3124f56Copy full SHA for 3124f56
CMakeLists.txt
@@ -3,9 +3,7 @@ project(fish_deformation)
3
4
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
5
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/src/utils/voroffset/cmake)
6
-if (APPLE)
7
- set(CMAKE_PREFIX_PATH /usr/local/opt/qt/lib/cmake)
8
-endif ()
+set(CMAKE_PREFIX_PATH /usr/local/opt/qt/lib/cmake)
9
10
11
#################################
0 commit comments