Skip to content

Commit d5cfe29

Browse files
committed
Make definitions related to Pthread inclusion on Windows public, so that they affect anything linked with the relevant asl version.
1 parent 3db04ea commit d5cfe29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ macro(createSingleASL name sourcedir sources)
339339
if(PAR_INCLUDE)
340340
target_include_directories(${name} PUBLIC ${PAR_INCLUDE})
341341
endif()
342-
target_compile_definitions(${name} PRIVATE ${MY_COMPILE_DEFINITIONS})
342+
target_compile_definitions(${name} PUBLIC ${MY_COMPILE_DEFINITIONS})
343343

344344
add_dependencies(${name} arith-h)
345345
target_link_libraries(${name} PUBLIC ${CMAKE_DL_LIBS})

0 commit comments

Comments
 (0)