File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -495,7 +495,7 @@ else()
495
495
endif ()
496
496
target_include_directories (Nabla PUBLIC ${THIRD_PARTY_SOURCE_DIR} /libpng )
497
497
# OpenEXR
498
- if (_NBL_COMPILE_WITH_OPEN_EXR_ )
498
+ # if (_NBL_COMPILE_WITH_OPEN_EXR_)
499
499
add_dependencies (Nabla OpenEXR )
500
500
if (NBL_STATIC_BUILD )
501
501
target_link_libraries (Nabla INTERFACE OpenEXR )
@@ -506,7 +506,7 @@ if (_NBL_COMPILE_WITH_OPEN_EXR_)
506
506
target_include_directories (
507
507
Nabla PUBLIC $< TARGET_PROPERTY:OpenEXR,INCLUDE_DIRECTORIES>
508
508
)
509
- endif ()
509
+ # endif()
510
510
511
511
add_dependencies (Nabla OpenEXRCore OpenEXRUtil )
512
512
if (NBL_STATIC_BUILD )
@@ -709,11 +709,11 @@ if(NBL_STATIC_BUILD)
709
709
nbl_install_lib (MachineIndependent )
710
710
nbl_install_lib (HLSL )
711
711
nbl_install_lib (jpeg-static )
712
- if (_NBL_COMPILE_WITH_OPEN_EXR_ )
712
+ # if (_NBL_COMPILE_WITH_OPEN_EXR_)
713
713
nbl_install_lib (OpenEXR )
714
- else ()
714
+ # else()
715
715
nbl_install_lib (OpenEXRCore )
716
- endif ()
716
+ # endif()
717
717
nbl_install_lib (png_static )
718
718
719
719
if (ANDROID AND NOT "${CMAKE_HOST_SYSTEM_NAME} " STREQUAL "Windows" ) # OpenSSL can't be built for Android platform using windows OS host
You can’t perform that action at this time.
0 commit comments