Skip to content

Commit 54764f2

Browse files
authored
Fix include path
1 parent 9027365 commit 54764f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeModules/FindOmegalib.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if(OMEGA_BINARY_DIR)
4545
${OMICRON_INCLUDE_DIRS}
4646
${OMEGA_BINARY_DIR}/include
4747
${OMEGA_SOURCE_DIR}/include
48-
${CMAKE_SOURCE_DIR}/src/glew
48+
${OMEGA_SOURCE_DIR}/src/glew
4949
${OMEGA_SOURCE_DIR}/external/include
5050
${OMEGA_SOURCE_DIR}/modules
5151
${OSG_INCLUDES}

0 commit comments

Comments
 (0)