Skip to content

Commit

Permalink
Fix typo (that brakes building with '-DBUILD_MJ2:bool=on')
Browse files Browse the repository at this point in the history
Fixes #556
  • Loading branch information
mayeut committed Jul 30, 2015
1 parent 75a33de commit 372c887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/openmj2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if(UNIX)
target_link_libraries(${OPENMJ2_LIBRARY_NAME} m)
endif()
set_target_properties(${OPENMJ2_LIBRARY_NAME} PROPERTIES ${OPENJPEG_LIBRARY_PROPERTIES})
target_compile_options(${OPENJ2_LIBRARY_NAME} PRIVATE ${OPENJPEG_LIBRARY_COMPILE_OPTIONS})
target_compile_options(${OPENMJ2_LIBRARY_NAME} PRIVATE ${OPENJPEG_LIBRARY_COMPILE_OPTIONS})

# Install library
install(TARGETS ${OPENMJ2_LIBRARY_NAME}
Expand Down

0 comments on commit 372c887

Please sign in to comment.